comparison 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
comparison
equal deleted inserted replaced
1625:4a2c63ae8f99 1626:58abe9e13ee3
30 30
31 #if ORTHANC_ENABLE_GLEW == 1 31 #if ORTHANC_ENABLE_GLEW == 1
32 # include <GL/glew.h> 32 # include <GL/glew.h>
33 #endif 33 #endif
34 34
35 #include <Logging.h>
35 #include <OrthancException.h> 36 #include <OrthancException.h>
37
38 #include <boost/thread/mutex.hpp>
36 39
37 namespace OrthancStone 40 namespace OrthancStone
38 { 41 {
39 SdlOpenGLContext::SdlOpenGLContext(const char* title, 42 SdlOpenGLContext::SdlOpenGLContext(const char* title,
40 unsigned int width, 43 unsigned int width,