summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-03-10 12:34:49 +0000
committerAlan Conway <aconway@apache.org>2009-03-10 12:34:49 +0000
commit0175e0e6bbcddf16e546779d6827d35cec79208a (patch)
tree5c67b357a091079bab4be534a060793b7797912c /cpp/src/qpid/broker
parentc2aa2f3a3c4141dce6232679227861b083a18c1f (diff)
downloadqpid-python-0175e0e6bbcddf16e546779d6827d35cec79208a.tar.gz
Add missing #includes to build with gcc 4.4.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@752092 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker')
-rw-r--r--cpp/src/qpid/broker/Daemon.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Daemon.h b/cpp/src/qpid/broker/Daemon.h
index 98468debb7..a9cd98bce2 100644
--- a/cpp/src/qpid/broker/Daemon.h
+++ b/cpp/src/qpid/broker/Daemon.h
@@ -19,10 +19,12 @@
*
*/
-#include <string>
+#include "qpid/sys/IntegerTypes.h"
#include <boost/scoped_ptr.hpp>
#include <boost/function.hpp>
#include <boost/noncopyable.hpp>
+#include <string>
+
namespace qpid {
namespace broker {