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/ghost/intern/GHOST_WindowX11.cpp | 2 ++ intern/string/STR_String.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'intern') diff --git a/intern/ghost/intern/GHOST_WindowX11.cpp b/intern/ghost/intern/GHOST_WindowX11.cpp index 4dce69a1051..faf6c5b2a99 100644 --- a/intern/ghost/intern/GHOST_WindowX11.cpp +++ b/intern/ghost/intern/GHOST_WindowX11.cpp @@ -35,6 +35,8 @@ #include #include +#include + #if defined(__sun__) || defined( __sun ) || defined (__sparc) || defined (__sparc__) #include #endif 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