# HG changeset patch # User Sebastien Jodogne # Date 1604696789 -3600 # Node ID 58abe9e13ee3950cfcb0d11ade499e67ab508c94 # Parent 4a2c63ae8f99dc8d998484ee5f98682ffba28e52 fix diff -r 4a2c63ae8f99 -r 58abe9e13ee3 Applications/Platforms/Sdl/SdlOpenGLContext.cpp --- 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 #endif +#include #include +#include + namespace OrthancStone { SdlOpenGLContext::SdlOpenGLContext(const char* title, diff -r 4a2c63ae8f99 -r 58abe9e13ee3 Applications/Samples/RtViewerPlugin/Plugin.cpp --- a/Applications/Samples/RtViewerPlugin/Plugin.cpp Fri Nov 06 17:36:35 2020 +0100 +++ b/Applications/Samples/RtViewerPlugin/Plugin.cpp Fri Nov 06 22:06:29 2020 +0100 @@ -23,6 +23,7 @@ #include +#include #include #include