diff Framework/HttpQueries/HttpQueriesRunner.h @ 2:b23f2d470d01

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Sep 2018 12:05:51 +0200
parents 95226b754d9e
children 7e207ade2f1a
line wrap: on
line diff
--- a/Framework/HttpQueries/HttpQueriesRunner.h	Mon Sep 17 11:40:42 2018 +0200
+++ b/Framework/HttpQueries/HttpQueriesRunner.h	Mon Sep 17 12:05:51 2018 +0200
@@ -21,6 +21,9 @@
 
 #include "HttpQueriesQueue.h"
 
+#include <boost/thread.hpp>
+
+
 namespace OrthancPlugins
 {
   class HttpQueriesRunner : public boost::noncopyable