- fixed compilation again.

This commit is contained in:
Christoph Oelckers 2019-10-20 10:52:38 +02:00
parent 63d6e70e21
commit 489170b12c
2 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@
#define LIBDIVIDE_BODY #define LIBDIVIDE_BODY
#include "compat.h" #include "compat.h"
#include "debugbreak.h"
#ifdef _WIN32 #ifdef _WIN32
# define NEED_SHLOBJ_H # define NEED_SHLOBJ_H

View file

@ -35,6 +35,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "vfs.h" #include "vfs.h"
#include "debugbreak.h"
BEGIN_DUKE_NS BEGIN_DUKE_NS
#if KRANDDEBUG #if KRANDDEBUG