comparison OrthancStone/Sources/Viewport/WebAssemblyViewport.cpp @ 1558:314b6dc507d9

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Aug 2020 11:38:56 +0200
parents a6f339d8e4c2
children b8b4cb58a874
comparison
equal deleted inserted replaced
1557:a6f339d8e4c2 1558:314b6dc507d9
19 **/ 19 **/
20 20
21 21
22 #if defined(ORTHANC_BUILDING_STONE_LIBRARY) && ORTHANC_BUILDING_STONE_LIBRARY == 1 22 #if defined(ORTHANC_BUILDING_STONE_LIBRARY) && ORTHANC_BUILDING_STONE_LIBRARY == 1
23 # include "WebAssemblyViewport.h" 23 # include "WebAssemblyViewport.h"
24 # include "DefaultViewportInteractor.h"
24 # include "../Toolbox/GenericToolbox.h" 25 # include "../Toolbox/GenericToolbox.h"
26 # include "../Scene2DViewport/ViewportController.h"
25 #else 27 #else
26 // This is the case when using the WebAssembly side module, and this 28 // This is the case when using the WebAssembly side module, and this
27 // source file must be compiled within the WebAssembly main module 29 // source file must be compiled within the WebAssembly main module
28 # include <Viewport/WebAssemblyViewport.h> 30 # include <Viewport/WebAssemblyViewport.h>
29 # include <Toolbox/GenericToolbox.h> 31 # include <Toolbox/GenericToolbox.h>
32 # include <Scene2DViewport/ViewportController.h>
33 # include <Viewport/DefaultViewportInteractor.h>
30 #endif 34 #endif
31 35
32 #include "DefaultViewportInteractor.h"
33 36
34 #include <OrthancException.h> 37 #include <OrthancException.h>
35 38
36 #include <boost/make_shared.hpp> 39 #include <boost/make_shared.hpp>
37 #include <boost/enable_shared_from_this.hpp> 40 #include <boost/enable_shared_from_this.hpp>