don't be too pedantic for squirrel sources
[supertux.git] / src / random_generator.cpp
index 1cfeecf..90fbd5c 100644 (file)
@@ -37,7 +37,8 @@
 
 
 #include <stdexcept>
-#include <ctime>
+#include <time.h>
+#include <cassert>
 #include "random_generator.hpp"
 
 RandomGenerator systemRandom;               // global random number generator