diff OrthancStone/Sources/Viewport/SdlViewport.h @ 1560:b4ccd4963d37

fix sdl and wasm samples
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Aug 2020 13:57:52 +0200
parents 244ad1e4e76a
children 85e117739eca
line wrap: on
line diff
--- a/OrthancStone/Sources/Viewport/SdlViewport.h	Thu Aug 20 11:57:41 2020 +0200
+++ b/OrthancStone/Sources/Viewport/SdlViewport.h	Thu Aug 20 13:57:52 2020 +0200
@@ -48,6 +48,7 @@
 #include <boost/weak_ptr.hpp>
 
 #include <boost/thread/recursive_mutex.hpp>
+#include <boost/enable_shared_from_this.hpp>
 
 namespace OrthancStone
 {