comparison Applications/Platforms/WebAssembly/WebAssemblyOpenGLContext.cpp @ 1624:59f95b9ea858

fix build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Nov 2020 17:30:36 +0100
parents 4fb8fdf03314
children 9ac2a65d4172
comparison
equal deleted inserted replaced
1623:74be0f498b08 1624:59f95b9ea858
21 21
22 #include "WebAssemblyOpenGLContext.h" 22 #include "WebAssemblyOpenGLContext.h"
23 23
24 #include "../../../OrthancStone/Sources/StoneException.h" 24 #include "../../../OrthancStone/Sources/StoneException.h"
25 25
26 #include <Logging.h>
26 #include <OrthancException.h> 27 #include <OrthancException.h>
27 28
28 #include <emscripten/html5.h> 29 #include <emscripten/html5.h>
29 #include <emscripten/em_asm.h> 30 #include <emscripten/em_asm.h>
30 31