diff options
| author | Gordon Sim <gsim@apache.org> | 2010-04-14 14:40:08 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2010-04-14 14:40:08 +0000 |
| commit | bf920e363d1bb7be5089ace1795a142207466171 (patch) | |
| tree | a44ee60281f8e50d3f5bd332033ffd1fa3b2bd74 /cpp/src/qpid/client/SaslFactory.cpp | |
| parent | 21c24ec23982cca635c0085c0d76c1ab072a5395 (diff) | |
| download | qpid-python-bf920e363d1bb7be5089ace1795a142207466171.tar.gz | |
Tidy up unnecessary includes in ConnectionSettings and fix consequences
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@933971 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/SaslFactory.cpp')
| -rw-r--r-- | cpp/src/qpid/client/SaslFactory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/SaslFactory.cpp b/cpp/src/qpid/client/SaslFactory.cpp index ec5680c8d8..5175c7735c 100644 --- a/cpp/src/qpid/client/SaslFactory.cpp +++ b/cpp/src/qpid/client/SaslFactory.cpp @@ -21,6 +21,7 @@ #include "qpid/client/SaslFactory.h" #include "qpid/client/ConnectionSettings.h" #include <map> +#include <string.h> #ifdef HAVE_CONFIG_H # include "config.h" |
