comparison Framework/Viewport/SdlViewport.cpp @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents 32272ecfc6c2
children
comparison
equal deleted inserted replaced
1454:faaff0a1711e 1455:30deba7bc8e2
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 <Core/OrthancException.h> 23 #include <OrthancException.h>
24 24
25 #include <boost/make_shared.hpp> 25 #include <boost/make_shared.hpp>
26 26
27 namespace OrthancStone 27 namespace OrthancStone
28 { 28 {