comparison OrthancStone/Sources/Viewport/WebAssemblyViewport.cpp @ 1557:a6f339d8e4c2

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Aug 2020 11:17:16 +0200
parents a48ae10857b1
children 314b6dc507d9
comparison
equal deleted inserted replaced
1556:8898f8f755c8 1557:a6f339d8e4c2
27 // source file must be compiled within the WebAssembly main module 27 // source file must be compiled within the WebAssembly main module
28 # include <Viewport/WebAssemblyViewport.h> 28 # include <Viewport/WebAssemblyViewport.h>
29 # include <Toolbox/GenericToolbox.h> 29 # include <Toolbox/GenericToolbox.h>
30 #endif 30 #endif
31 31
32 #include "DefaultViewportInteractor.h"
33
32 #include <OrthancException.h> 34 #include <OrthancException.h>
33 35
34 #include <boost/make_shared.hpp> 36 #include <boost/make_shared.hpp>
35 #include <boost/enable_shared_from_this.hpp> 37 #include <boost/enable_shared_from_this.hpp>
36 38