diff options
| author | 2010-10-19 14:30:14 +0000 | |
|---|---|---|
| committer | 2010-10-19 14:30:14 +0000 | |
| commit | 9c553510dd4f81f4c481a34733bea6da9d966981 (patch) | |
| tree | e5eb24cf40e6bd9e09eac5d7eed4829f0c2afddc /src | |
| parent | ec93220f9568bc45b60474d87b08865de216a46f (diff) | |
For MSVC, explicitly include assert.h so that we can override the MSVC
version of assert(), which gets implicitly included later.
Diffstat (limited to 'src')
| -rw-r--r-- | src/osd/windows/winprefix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/windows/winprefix.h b/src/osd/windows/winprefix.h index 3a28115c550..a70e2bc43fc 100644 --- a/src/osd/windows/winprefix.h +++ b/src/osd/windows/winprefix.h @@ -42,6 +42,7 @@ #define _WIN32_WINNT 0x0501 #ifdef _MSC_VER +#include <assert.h> #include <malloc.h> #define alloca _alloca #define round(x) floor((x) + 0.5) |
