mirror of
https://github.com/panda3d/panda3d.git
synced 2026-04-22 22:48:51 -05:00
always include assert.h (for MSVC) until drose unbreaks it for opt4 for the newly moved files from interrogatedb to dtoolutil
This commit is contained in:
@@ -88,6 +88,9 @@
|
||||
|
||||
#include "dtoolsymbols.h"
|
||||
|
||||
// always include assert.h until drose unbreaks it for opt4
|
||||
#include <assert.h>
|
||||
|
||||
#ifdef __GNUC__
|
||||
// Large file >2GB support
|
||||
// this needs be be before systypes.h and other C headers
|
||||
|
||||
Reference in New Issue
Block a user