From 5bdafb5f0ce502ba1186510ef8a4e07b2af951e0 Mon Sep 17 00:00:00 2001 From: Joseph Lee Date: Tue, 5 Dec 2006 02:18:58 +0000 Subject: [PATCH] always include assert.h (for MSVC) until drose unbreaks it for opt4 for the newly moved files from interrogatedb to dtoolutil --- dtool/src/dtoolbase/dtoolbase.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dtool/src/dtoolbase/dtoolbase.h b/dtool/src/dtoolbase/dtoolbase.h index 33e2aed1e7..06d9c1594a 100644 --- a/dtool/src/dtoolbase/dtoolbase.h +++ b/dtool/src/dtoolbase/dtoolbase.h @@ -88,6 +88,9 @@ #include "dtoolsymbols.h" +// always include assert.h until drose unbreaks it for opt4 +#include + #ifdef __GNUC__ // Large file >2GB support // this needs be be before systypes.h and other C headers