diff Framework/Widgets/LayeredSceneWidget.cpp @ 53:c2dc924f1a63 wasm

removing threading out of the framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Apr 2017 16:57:49 +0200
parents 25befef48c35
children ca644004d2ee
line wrap: on
line diff
--- a/Framework/Widgets/LayeredSceneWidget.cpp	Thu Apr 27 14:50:40 2017 +0200
+++ b/Framework/Widgets/LayeredSceneWidget.cpp	Thu Apr 27 16:57:49 2017 +0200
@@ -26,6 +26,8 @@
 
 #include "../../Resources/Orthanc/Core/OrthancException.h"
 
+#include <boost/thread/condition_variable.hpp>   // TODO Remove
+
 namespace OrthancStone
 {
   class LayeredSceneWidget::Renderers : public boost::noncopyable