first very unfinished and unpolished version of the intro
[supertux.git] / src / object / electrifier.hpp
index 26d9579..8834cbf 100644 (file)
@@ -21,6 +21,7 @@
 #include "resources.hpp"
 #include "game_object.hpp"
 #include "timer.hpp"
+#include <stdint.h>
 
 //Changes all tiles with the given ID to a new one for a given amount of time, then removes itself
 //Used by the Kugelblitz to electrify water - can be used for other effects, too