X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Flevel_time.hpp;h=6d9a3a271aac2962278e32723f7e5df584a3e136;hb=75acd4b141f45e851a492f089aa9ad24a9552409;hp=348bd9ce4b9a47b1845d9c764dfbdd7af22c4b12;hpb=88044088f138f9f6bdaaaf873f114f34f053c864;p=supertux.git diff --git a/src/object/level_time.hpp b/src/object/level_time.hpp index 348bd9ce4..6d9a3a271 100644 --- a/src/object/level_time.hpp +++ b/src/object/level_time.hpp @@ -20,7 +20,6 @@ #ifndef __LEVELTIME_H__ #define __LEVELTIME_H__ -#include #include "game_object.hpp" #include "timer.hpp" #include "lisp/lisp.hpp" @@ -28,6 +27,8 @@ #include "script_interface.hpp" #include "video/color.hpp" +#include + class LevelTime : public GameObject, public ScriptInterface { static Color text_color;