diff 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
line wrap: on
line diff
--- a/OrthancStone/Sources/Platforms/WebAssembly/WebAssemblyOpenGLContext.cpp	Sat Jan 29 12:51:51 2022 +0100
+++ b/OrthancStone/Sources/Platforms/WebAssembly/WebAssemblyOpenGLContext.cpp	Sat Jan 29 16:55:14 2022 +0100
@@ -23,7 +23,7 @@
 
 #include "WebAssemblyOpenGLContext.h"
 
-#include "../../../OrthancStone/Sources/StoneException.h"
+#include "../../StoneException.h"
 
 #include <Logging.h>
 #include <OrthancException.h>