diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-07 19:52:21 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-07 19:52:21 +0000 |
| commit | fc682ed36aea73f32aea8faa5f317ea4d039234d (patch) | |
| tree | 76ce510de48991f3c77aa0ccd1df76bcbf7960e8 /src/lib/update.h | |
| parent | c33e0fb07be8ffeeff4581aa07621aebd84c638a (diff) | |
Missing include.
Diffstat (limited to 'src/lib/update.h')
| -rw-r--r-- | src/lib/update.h | 1 |
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 |
