Replaced ::iterator stuff with auto
[supertux.git] / src / scripting / time_scheduler.cpp
index 3b484f6..836c184 100644 (file)
 
 #include <algorithm>
 
+#include "scripting/scripting.hpp"
 #include "scripting/squirrel_util.hpp"
 #include "scripting/time_scheduler.hpp"
 #include "util/log.hpp"
 
-namespace Scripting {
+namespace scripting {
 
 TimeScheduler* TimeScheduler::instance = NULL;