From 4cd2bdfcdd8b750fc1d0f2255de577b456b7125e Mon Sep 17 00:00:00 2001 From: p620 Date: Wed, 14 Oct 2020 01:50:53 +0300 Subject: [PATCH] Update CMakeLists.txt and hole_tool.cpp --- CMakeLists.txt | 7 ++----- src/noggit/ui/hole_tool.cpp | 1 + 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a536ec54..6cd50c57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -227,12 +227,9 @@ COLLECT_FILES(false shaders src/glsl .glsl) IF(WIN32) set ( os_sources - include/win/StackWalker.cpp - ) - + include/win/StackWalker.cpp) set ( os_headers - include/win/StackWalker.h - src/noggit/ui/hole_tool.cpp src/noggit/ui/hole_tool.hpp) + include/win/StackWalker.h) ENDIF(WIN32) COLLECT_FILES(true headers_to_moc src/noggit ".h;.hpp") diff --git a/src/noggit/ui/hole_tool.cpp b/src/noggit/ui/hole_tool.cpp index 7f59a051..528431e4 100644 --- a/src/noggit/ui/hole_tool.cpp +++ b/src/noggit/ui/hole_tool.cpp @@ -1,5 +1,6 @@ // This file is part of Noggit3, licensed under GNU General Public License (version 3). #include "hole_tool.hpp" +#include #include #include