summaryrefslogtreecommitdiffstats
path: root/src/physics
diff options
context:
space:
mode:
authorZaba999 <zaba.marcin@gmail.com>2012-09-17 20:47:27 +0200
committerZaba999 <zaba.marcin@gmail.com>2012-09-17 20:47:27 +0200
commit844e11db4f394004258cdca8f8fd8bc95c41a985 (patch)
tree5d593dd3105a3fe0a07894933f2d7af688397c2a /src/physics
parent050f9d25428d8298b010c73e9721d7b7203ef31f (diff)
downloadcolobot-844e11db4f394004258cdca8f8fd8bc95c41a985.tar.gz
colobot-844e11db4f394004258cdca8f8fd8bc95c41a985.tar.bz2
colobot-844e11db4f394004258cdca8f8fd8bc95c41a985.zip
changes needeto to cimpile on windows.
Diffstat (limited to 'src/physics')
-rw-r--r--src/physics/physics.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/physics/physics.cpp b/src/physics/physics.cpp
index fb9fd44..40dbdc7 100644
--- a/src/physics/physics.cpp
+++ b/src/physics/physics.cpp
@@ -18,6 +18,7 @@
#include <cstring>
+#include <cstdio>
#include "math/geometry.h"
#include "graphics/engine/engine.h"