Mercurial > hg > orthanc-transfers
changeset 2:b23f2d470d01
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 17 Sep 2018 12:05:51 +0200 |
parents | 734066ca3b7d |
children | 9bcd6eadcff5 |
files | Framework/HttpQueries/HttpQueriesRunner.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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