diff OrthancStone/Sources/Viewport/WebAssemblyCairoViewport.cpp @ 1558:314b6dc507d9

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Aug 2020 11:38:56 +0200
parents c54bc5bffd01
children 92fca2b3ba3d
line wrap: on
line diff
--- a/OrthancStone/Sources/Viewport/WebAssemblyCairoViewport.cpp	Thu Aug 20 11:17:16 2020 +0200
+++ b/OrthancStone/Sources/Viewport/WebAssemblyCairoViewport.cpp	Thu Aug 20 11:38:56 2020 +0200
@@ -22,13 +22,16 @@
 #if defined(ORTHANC_BUILDING_STONE_LIBRARY) && ORTHANC_BUILDING_STONE_LIBRARY == 1
 #  include "WebAssemblyCairoViewport.h"
 #  include "../Scene2D/CairoCompositor.h"
+#  include "../Scene2DViewport/ViewportController.h"
 #else
 // This is the case when using the WebAssembly side module, and this
 // source file must be compiled within the WebAssembly main module
 #  include <Viewport/WebAssemblyCairoViewport.h>
 #  include <Scene2D/CairoCompositor.h>
+#  include <Scene2DViewport/ViewportController.h>
 #endif
 
+
 #include <Images/Image.h>
 
 #include <boost/math/special_functions/round.hpp>