summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/Daemon.h')
-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 {