fixed compatibility issues with GNU gcc

This commit is contained in:
Anselme 2016-05-31 23:54:10 +02:00
parent 2422cbe873
commit 4b49358877
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,6 @@ set(USE_RENDERER True)
set(USE_QT5 True)
set(QT_MODULE core gui widgets opengl)
set(CMAKE_TEMPLATE_PATH "../cmaketemplate")
set(CMAKE_TEMPLATE_PATH "../CMakeTemplate")
include(${CMAKE_TEMPLATE_PATH}/template.cmake)

View File

@ -2,6 +2,7 @@
#include <algorithm>
#include <iostream>
#include <cstring>
#include "map.h"
#include "dude.h"
#include "mapscene.h"