comparison OrthancStone/Sources/Platforms/WebAssembly/WebAssemblyOpenGLContext.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 e5c812a36746 07964689cb0b
comparison
equal deleted inserted replaced
1900:563f6aa8e24c 1901:184b0aeae1af
21 **/ 21 **/
22 22
23 23
24 #include "WebAssemblyOpenGLContext.h" 24 #include "WebAssemblyOpenGLContext.h"
25 25
26 #include "../../../OrthancStone/Sources/StoneException.h" 26 #include "../../StoneException.h"
27 27
28 #include <Logging.h> 28 #include <Logging.h>
29 #include <OrthancException.h> 29 #include <OrthancException.h>
30 30
31 #include <emscripten/html5.h> 31 #include <emscripten/html5.h>