From a7ee2674db4536f279a344b06070cfb214d2426b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 22 Mar 2008 10:53:35 +0000 Subject: [PATCH] added stdio.h includes, gcc-4.3 is picky --- intern/ghost/intern/GHOST_NDOFManager.cpp | 1 + intern/ghost/intern/GHOST_System.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/intern/ghost/intern/GHOST_NDOFManager.cpp b/intern/ghost/intern/GHOST_NDOFManager.cpp index 5254952f03c..6f3876c1d96 100644 --- a/intern/ghost/intern/GHOST_NDOFManager.cpp +++ b/intern/ghost/intern/GHOST_NDOFManager.cpp @@ -20,6 +20,7 @@ * ***** END GPL LICENSE BLOCK ***** */ +#include /* just for printf */ #include "GHOST_NDOFManager.h" diff --git a/intern/ghost/intern/GHOST_System.cpp b/intern/ghost/intern/GHOST_System.cpp index a083dfd88d6..b0095a6a5a7 100644 --- a/intern/ghost/intern/GHOST_System.cpp +++ b/intern/ghost/intern/GHOST_System.cpp @@ -44,6 +44,7 @@ #include "GHOST_System.h" #include +#include /* just for printf */ #include "GHOST_DisplayManager.h" #include "GHOST_EventManager.h"