diff --git a/CMakeLists.txt b/CMakeLists.txt index 98b49be..8b24159 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/src/simulation.cpp b/src/simulation.cpp index 966f2bb..ab83cd2 100644 --- a/src/simulation.cpp +++ b/src/simulation.cpp @@ -2,6 +2,7 @@ #include #include +#include #include "map.h" #include "dude.h" #include "mapscene.h"