comparison OrthancStone/Sources/Viewport/SdlViewport.cpp @ 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
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 #include "SdlViewport.h" 21 #include "SdlViewport.h"
22 22
23 #include "../Scene2DViewport/ViewportController.h"
24
23 #include <OrthancException.h> 25 #include <OrthancException.h>
24 26
25 #include <boost/make_shared.hpp> 27 #include <boost/make_shared.hpp>
26 28
27 namespace OrthancStone 29 namespace OrthancStone