comparison Framework/Viewport/WebAssemblyViewport.h @ 1333:5b731e176236 broker

Added missing #include directives
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 31 Mar 2020 11:01:00 +0200
parents ab81ee8fce1f
children df8bf351c23f
comparison
equal deleted inserted replaced
1332:be614695747d 1333:5b731e176236
29 # error This file can only be used if targeting WebAssembly 29 # error This file can only be used if targeting WebAssembly
30 #endif 30 #endif
31 31
32 #include "IViewport.h" 32 #include "IViewport.h"
33 33
34 #include <Core/Compatibility.h>
35
34 #include <emscripten.h> 36 #include <emscripten.h>
35 #include <emscripten/html5.h> 37 #include <emscripten/html5.h>
38
39 #include <memory>
40 #include <string>
36 41
37 namespace OrthancStone 42 namespace OrthancStone
38 { 43 {
39 class WebAssemblyViewport : public IViewport, 44 class WebAssemblyViewport : public IViewport,
40 public boost::enable_shared_from_this<WebAssemblyViewport> 45 public boost::enable_shared_from_this<WebAssemblyViewport>