aboutsummaryrefslogtreecommitdiff
path: root/src/shared/vmap/DebugCmdLogger.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-06-27 17:54:03 -0500
committermegamage <none@none>2009-06-27 17:54:03 -0500
commit7d24efd16dac4899de7a51268cde255aed1d3d77 (patch)
tree27da8deaadd50a818884cf7f221fbc9a1046a847 /src/shared/vmap/DebugCmdLogger.cpp
parentb9029be234312b1a4ae1c4b7d89641d49eff91aa (diff)
[8080] Portability fixes for some Unix platforms. Author: VladimirMangos
* Add #include <stdio.h> to some fiels where related functions call. * Avoid template dependent lookup for fields in class LockedQueue. --HG-- branch : trunk
Diffstat (limited to 'src/shared/vmap/DebugCmdLogger.cpp')
-rw-r--r--src/shared/vmap/DebugCmdLogger.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/vmap/DebugCmdLogger.cpp b/src/shared/vmap/DebugCmdLogger.cpp
index e6b36572c45..c899606045b 100644
--- a/src/shared/vmap/DebugCmdLogger.cpp
+++ b/src/shared/vmap/DebugCmdLogger.cpp
@@ -21,6 +21,7 @@
#include <cstdio>
#include "DebugCmdLogger.h"
+#include <stdio.h>
using namespace G3D;