소스 검색

always include assert.h (for MSVC) until drose unbreaks it for opt4 for the newly moved files from interrogatedb to dtoolutil

Joseph Lee 19 년 전
부모
커밋
5bdafb5f0c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      dtool/src/dtoolbase/dtoolbase.h

+ 3 - 0
dtool/src/dtoolbase/dtoolbase.h

@@ -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