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