diff options
author | panaut0lordv <panaut0lordv@gmail.com> | 2009-06-04 18:09:58 +0200 |
---|---|---|
committer | panaut0lordv <panaut0lordv@gmail.com> | 2009-06-04 18:09:58 +0200 |
commit | b818884851417694ac6b39175fa99d7becf89bc2 (patch) | |
tree | 1f8f32b711ff4288c9c0b1feee6fa485f2549586 /src/shared/vmap/DebugCmdLogger.cpp | |
parent | aa5499972f678a50b26d90fa5c47bde8dbe2c8f8 (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.cpp | 2 |
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; |