comparison OrthancStone/Sources/Platforms/Sdl/SdlOpenGLContext.cpp @ 1901:184b0aeae1af

fix build of sdl
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 29 Jan 2022 16:55:14 +0100
parents 917500c46fe0
children 07964689cb0b
comparison
equal deleted inserted replaced
1900:563f6aa8e24c 1901:184b0aeae1af
19 * License along with this program. If not, see 19 * License along with this program. If not, see
20 * <http://www.gnu.org/licenses/>. 20 * <http://www.gnu.org/licenses/>.
21 **/ 21 **/
22 22
23 #include "SdlOpenGLContext.h" 23 #include "SdlOpenGLContext.h"
24 #include "../../../OrthancStone/Sources/StoneException.h" 24 #include "../../StoneException.h"
25 25
26 #if ORTHANC_ENABLE_SDL == 1 26 #if ORTHANC_ENABLE_SDL == 1
27 27
28 #if !defined(ORTHANC_ENABLE_GLEW) 28 #if !defined(ORTHANC_ENABLE_GLEW)
29 # error Macro ORTHANC_ENABLE_GLEW must be defined 29 # error Macro ORTHANC_ENABLE_GLEW must be defined