From fdb0b003f0555cd865bc665eaf99137501aa2be2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 24 Jun 2008 14:51:02 +0000 Subject: patch from skejoe for gcc 4.3 compatibility --- intern/string/STR_String.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'intern/string') diff --git a/intern/string/STR_String.h b/intern/string/STR_String.h index 429b84e1531..2e489f91ae0 100644 --- a/intern/string/STR_String.h +++ b/intern/string/STR_String.h @@ -42,6 +42,8 @@ #define assertd(exp) ((void)NULL) #endif +#include +#include #include #include using namespace std; -- cgit v1.2.3