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:
Joseph Lee
2006-12-05 02:18:58 +00:00
parent d988c266c1
commit 5bdafb5f0c
+3
View File
@@ -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