Omit the copyright date from translation in the title screen, as requested in bug 995
[supertux.git] / src / supertux / screen_manager.hpp
index 1cb5ffc..d885443 100644 (file)
@@ -18,6 +18,7 @@
 #define HEADER_SUPERTUX_SUPERTUX_MAINLOOP_HPP
 
 #include <memory>
+#include <cstddef>
 
 #include "scripting/thread_queue.hpp"
 
@@ -52,7 +53,7 @@ public:
   void set_screen_fade(ScreenFade* fade);
 
   /// threads that wait for a screenswitch
-  Scripting::ThreadQueue waiting_threads;
+  scripting::ThreadQueue waiting_threads;
 
 private:
   void draw_fps(DrawingContext& context, float fps);