comparison 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
comparison
equal deleted inserted replaced
1559:97b34cb88600 1560:b4ccd4963d37
46 // TODO: required for UndoStack injection 46 // TODO: required for UndoStack injection
47 // I don't like it either :) 47 // I don't like it either :)
48 #include <boost/weak_ptr.hpp> 48 #include <boost/weak_ptr.hpp>
49 49
50 #include <boost/thread/recursive_mutex.hpp> 50 #include <boost/thread/recursive_mutex.hpp>
51 #include <boost/enable_shared_from_this.hpp>
51 52
52 namespace OrthancStone 53 namespace OrthancStone
53 { 54 {
54 class UndoStack; 55 class UndoStack;
55 56