diff OrthancStone/Sources/Viewport/WebAssemblyViewport.h @ 1549:a48ae10857b1

packaging of the WebAssembly module
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Aug 2020 15:56:01 +0200
parents 244ad1e4e76a
children 314b6dc507d9
line wrap: on
line diff
--- a/OrthancStone/Sources/Viewport/WebAssemblyViewport.h	Thu Aug 13 09:57:35 2020 +0200
+++ b/OrthancStone/Sources/Viewport/WebAssemblyViewport.h	Thu Aug 13 15:56:01 2020 +0200
@@ -21,6 +21,8 @@
 
 #pragma once
 
+#include "../OrthancStone.h"
+
 #if !defined(ORTHANC_ENABLE_WASM)
 #  error Macro ORTHANC_ENABLE_WASM must be defined
 #endif