aboutsummaryrefslogtreecommitdiff
path: root/src/shared/vmap/DebugCmdLogger.cpp
diff options
context:
space:
mode:
authorpanaut0lordv <panaut0lordv@gmail.com>2009-06-04 18:09:58 +0200
committerpanaut0lordv <panaut0lordv@gmail.com>2009-06-04 18:09:58 +0200
commitb818884851417694ac6b39175fa99d7becf89bc2 (patch)
tree1f8f32b711ff4288c9c0b1feee6fa485f2549586 /src/shared/vmap/DebugCmdLogger.cpp
parentaa5499972f678a50b26d90fa5c47bde8dbe2c8f8 (diff)
*Add missing includes allowing GCC 4.4 build
--HG-- branch : trunk
Diffstat (limited to 'src/shared/vmap/DebugCmdLogger.cpp')
-rw-r--r--src/shared/vmap/DebugCmdLogger.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/vmap/DebugCmdLogger.cpp b/src/shared/vmap/DebugCmdLogger.cpp
index de656f4cfc5..e6b36572c45 100644
--- a/src/shared/vmap/DebugCmdLogger.cpp
+++ b/src/shared/vmap/DebugCmdLogger.cpp
@@ -18,6 +18,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include <cstdio>
+
#include "DebugCmdLogger.h"
using namespace G3D;