From 489170b12c04a362d6ef84a1f7e5b54a17f2a3f8 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 20 Oct 2019 10:52:38 +0200 Subject: [PATCH] - fixed compilation again. --- source/build/src/compat.cpp | 1 + source/duke3d/src/gameexec.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/source/build/src/compat.cpp b/source/build/src/compat.cpp index 22b0e14c4..010141c58 100644 --- a/source/build/src/compat.cpp +++ b/source/build/src/compat.cpp @@ -4,6 +4,7 @@ #define LIBDIVIDE_BODY #include "compat.h" +#include "debugbreak.h" #ifdef _WIN32 # define NEED_SHLOBJ_H diff --git a/source/duke3d/src/gameexec.cpp b/source/duke3d/src/gameexec.cpp index ee31125f5..993f1f941 100644 --- a/source/duke3d/src/gameexec.cpp +++ b/source/duke3d/src/gameexec.cpp @@ -35,6 +35,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include "vfs.h" +#include "debugbreak.h" + BEGIN_DUKE_NS #if KRANDDEBUG