diff options
author | megamage <none@none> | 2009-06-27 17:54:03 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-06-27 17:54:03 -0500 |
commit | 7d24efd16dac4899de7a51268cde255aed1d3d77 (patch) | |
tree | 27da8deaadd50a818884cf7f221fbc9a1046a847 /src/shared/vmap/DebugCmdLogger.cpp | |
parent | b9029be234312b1a4ae1c4b7d89641d49eff91aa (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.cpp | 1 |
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; |