diff OrthancStone/Sources/Viewport/WebAssemblyViewport.h @ 1558:314b6dc507d9

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Aug 2020 11:38:56 +0200
parents a48ae10857b1
children 85e117739eca
line wrap: on
line diff
--- a/OrthancStone/Sources/Viewport/WebAssemblyViewport.h	Thu Aug 20 11:17:16 2020 +0200
+++ b/OrthancStone/Sources/Viewport/WebAssemblyViewport.h	Thu Aug 20 11:38:56 2020 +0200
@@ -32,6 +32,7 @@
 #endif
 
 #include "IViewport.h"
+#include "IViewportInteractor.h"
 
 #include <Compatibility.h>
 
@@ -40,6 +41,7 @@
 
 #include <memory>
 #include <string>
+#include <boost/enable_shared_from_this.hpp>
 
 namespace OrthancStone
 {