diff Applications/Platforms/Sdl/SdlOpenGLContext.cpp @ 1626:58abe9e13ee3

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Nov 2020 22:06:29 +0100
parents 4fb8fdf03314
children 9ac2a65d4172
line wrap: on
line diff
--- a/Applications/Platforms/Sdl/SdlOpenGLContext.cpp	Fri Nov 06 17:36:35 2020 +0100
+++ b/Applications/Platforms/Sdl/SdlOpenGLContext.cpp	Fri Nov 06 22:06:29 2020 +0100
@@ -32,8 +32,11 @@
 #  include <GL/glew.h>
 #endif
 
+#include <Logging.h>
 #include <OrthancException.h>
 
+#include <boost/thread/mutex.hpp>
+
 namespace OrthancStone
 {
   SdlOpenGLContext::SdlOpenGLContext(const char* title,