mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- fixed compilation again.
This commit is contained in:
parent
63d6e70e21
commit
489170b12c
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue