summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-07 19:52:21 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-07 19:52:21 +0000
commitfc682ed36aea73f32aea8faa5f317ea4d039234d (patch)
tree76ce510de48991f3c77aa0ccd1df76bcbf7960e8
parentc33e0fb07be8ffeeff4581aa07621aebd84c638a (diff)
Missing include.
-rw-r--r--src/lib/update.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/update.h b/src/lib/update.h
index c19173911..e96ccec31 100644
--- a/src/lib/update.h
+++ b/src/lib/update.h
@@ -20,6 +20,7 @@
#include <boost/signals2.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/condition.hpp>
+#include <boost/thread.hpp>
#include <curl/curl.h>
class UpdateChecker