comparison Samples/Sdl/RtViewer/RtViewerSdl.cpp @ 1457:15173a383a00

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 21:12:02 +0200
parents c6bfcc105414
children 28c64c246312
comparison
equal deleted inserted replaced
1456:86f89ab3563e 1457:15173a383a00
16 * 16 *
17 * You should have received a copy of the GNU Affero General Public License 17 * You should have received a copy of the GNU Affero General Public License
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 "RtViewerApp.h" 21 #include "../../Common/RtViewerApp.h"
22 #include "RtViewerView.h" 22 #include "../../Common/RtViewerView.h"
23 #include "../SdlHelpers.h" 23 #include "../SdlHelpers.h"
24 24
25 // Stone of Orthanc includes 25 // Stone of Orthanc includes
26 #include <Framework/Loaders/GenericLoadersContext.h> 26 #include "../../../Framework/Loaders/GenericLoadersContext.h"
27 #include <Framework/OpenGL/OpenGLIncludes.h> 27 #include "../../../Framework/OpenGL/OpenGLIncludes.h"
28 #include <Framework/OpenGL/SdlOpenGLContext.h> 28 #include "../../../Framework/OpenGL/SdlOpenGLContext.h"
29 #include <Framework/StoneException.h> 29 #include "../../../Framework/StoneException.h"
30 #include <Framework/StoneInitialization.h> 30 #include "../../../Framework/StoneInitialization.h"
31 31
32 // Orthanc (a.o. for screenshot capture) 32 // Orthanc (a.o. for screenshot capture)
33 #include <Core/Images/Image.h> 33 #include <Images/Image.h>
34 #include <Core/Images/ImageProcessing.h> 34 #include <Images/ImageProcessing.h>
35 #include <Core/Images/PngWriter.h> 35 #include <Images/PngWriter.h>
36 36
37 37
38 #include <boost/program_options.hpp> 38 #include <boost/program_options.hpp>
39 #include <boost/shared_ptr.hpp> 39 #include <boost/shared_ptr.hpp>
40 40