diff Samples/Common/SampleHelpers.h @ 1386:dfb48f0794b1

Ongoing splitting SDL vs WASM (preparing RtViewer WASM)
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 27 Apr 2020 16:48:19 +0200
parents ab871499ed30
children 15173a383a00
line wrap: on
line diff
--- a/Samples/Common/SampleHelpers.h	Mon Apr 27 16:47:46 2020 +0200
+++ b/Samples/Common/SampleHelpers.h	Mon Apr 27 16:48:19 2020 +0200
@@ -1,10 +1,12 @@
 #pragma once
 
+#include <Core/Logging.h>
+
+#include <boost/algorithm/string.hpp>
+
 #include <string>
 #include <iostream>
 
-#include <Core/Logging.h>
-
 namespace OrthancStoneHelpers
 {
   inline void SetLogLevel(std::string logLevel)
@@ -32,4 +34,4 @@
       Orthanc::Logging::EnableTraceLevel(true);
     }
   }
-}
\ No newline at end of file
+}