comparison Framework/OpenGL/WebAssemblyOpenGLContext.cpp @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents 1b8e37770d78
children 5c96bf3f1d32
comparison
equal deleted inserted replaced
1454:faaff0a1711e 1455:30deba7bc8e2
21 21
22 #include "WebAssemblyOpenGLContext.h" 22 #include "WebAssemblyOpenGLContext.h"
23 23
24 #include "../StoneException.h" 24 #include "../StoneException.h"
25 25
26 #include <Core/OrthancException.h> 26 #include <OrthancException.h>
27 27
28 #include <emscripten/html5.h> 28 #include <emscripten/html5.h>
29 #include <emscripten/em_asm.h> 29 #include <emscripten/em_asm.h>
30 30
31 #include <boost/math/special_functions/round.hpp> 31 #include <boost/math/special_functions/round.hpp>