comparison OrthancStone/Sources/Platforms/Sdl/SdlViewport.cpp @ 1901:184b0aeae1af

fix build of sdl
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 29 Jan 2022 16:55:14 +0100
parents 917500c46fe0
children 07964689cb0b
comparison
equal deleted inserted replaced
1900:563f6aa8e24c 1901:184b0aeae1af
20 * <http://www.gnu.org/licenses/>. 20 * <http://www.gnu.org/licenses/>.
21 **/ 21 **/
22 22
23 #include "SdlViewport.h" 23 #include "SdlViewport.h"
24 24
25 #include "../../../OrthancStone/Sources/Scene2DViewport/ViewportController.h" 25 #include "../../Scene2DViewport/ViewportController.h"
26 26
27 #include <OrthancException.h> 27 #include <OrthancException.h>
28 28
29 #include <boost/make_shared.hpp> 29 #include <boost/make_shared.hpp>
30 30