summaryrefslogtreecommitdiff
path: root/src/lib/server.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-17 23:16:48 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-17 23:16:48 +0100
commit8619c18516dccc4c07d3438e29a2f315e1ef67c1 (patch)
tree3367a8354d7f452a498c21de4f14ec7b8bc2a21b /src/lib/server.h
parent0ae99c6e3a72e9c8eb620e0707ee3d6f356207dc (diff)
Missing include.
Diffstat (limited to 'src/lib/server.h')
-rw-r--r--src/lib/server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/server.h b/src/lib/server.h
index 56a1fdab9..77b51d079 100644
--- a/src/lib/server.h
+++ b/src/lib/server.h
@@ -29,6 +29,7 @@
#include <boost/thread.hpp>
#include <boost/asio.hpp>
#include <boost/thread/condition.hpp>
+#include <boost/optional.hpp>
#include <libxml++/libxml++.h>
#include "log.h"