* The "time needed" statistic now works again. You might need to delete your savegame...
[supertux.git] / src / moving_object.hpp
index 0969cb0..79e415b 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef SUPERTUX_MOVING_OBJECT_H
 #define SUPERTUX_MOVING_OBJECT_H
 
+#include <stdint.h>
+
 #include "game_object.hpp"
 #include "collision_hit.hpp"
 #include "math/vector.hpp"