diff OrthancStone/Sources/OpenGL/OpenGLIncludes.h @ 1624:59f95b9ea858

fix build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Nov 2020 17:30:36 +0100
parents 8563ea5d8ae4
children 9ac2a65d4172
line wrap: on
line diff
--- a/OrthancStone/Sources/OpenGL/OpenGLIncludes.h	Wed Nov 04 11:39:15 2020 +0100
+++ b/OrthancStone/Sources/OpenGL/OpenGLIncludes.h	Fri Nov 06 17:30:36 2020 +0100
@@ -60,6 +60,7 @@
 
 #  if !defined(NDEBUG)  // Is build type "debug"?
 //   glGetError is very expensive!
+#    include <Logging.h>
 #    include <OrthancException.h>
 #    define ORTHANC_OPENGL_CHECK(name)                                  \
   if(true)                                                              \
@@ -89,6 +90,7 @@
 #  include <emscripten/html5.h>
 
 #  if !defined(NDEBUG)  // Is build type "debug"?
+#    include <Logging.h>
 #    include <OrthancException.h>
 #    define ORTHANC_OPENGL_CHECK(name)                                  \
   if(true)                                                              \