Mercurial > hg > orthanc-stone
changeset 1626:58abe9e13ee3
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 06 Nov 2020 22:06:29 +0100 |
parents | 4a2c63ae8f99 |
children | 1ed2af7332a2 |
files | Applications/Platforms/Sdl/SdlOpenGLContext.cpp Applications/Samples/RtViewerPlugin/Plugin.cpp |
diffstat | 2 files changed, 4 insertions(+), 0 deletions(-) [+] |
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,