diff Framework/Widgets/LayerWidget.cpp @ 113:2eca030792aa wasm

using the Orthanc Framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Sep 2017 15:32:32 +0200
parents 7665ccbf33db
children ba83e38cf3ff
line wrap: on
line diff
--- a/Framework/Widgets/LayerWidget.cpp	Wed Sep 20 14:37:08 2017 +0200
+++ b/Framework/Widgets/LayerWidget.cpp	Wed Sep 20 15:32:32 2017 +0200
@@ -21,9 +21,10 @@
 
 #include "LayerWidget.h"
 
-#include "../../Resources/Orthanc/Core/Logging.h"
 #include "../Layers/SliceOutlineRenderer.h"
 
+#include <Core/Logging.h>
+
 static const double THIN_SLICE_THICKNESS = 100.0 * std::numeric_limits<double>::epsilon();
 
 namespace OrthancStone