X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Frandom_generator.cpp;h=e48b45719df6575ecee19b335c21be20003eeaae;hb=7504b8ef1155259916f0e38eeb74a6024bb1d85b;hp=0fd8dc5ac9dd6a8037170b66363e0d3e6567ac24;hpb=a113d3bd1feddd510e3b2852b0d42522735eee40;p=supertux.git diff --git a/src/random_generator.cpp b/src/random_generator.cpp index 0fd8dc5ac..e48b45719 100644 --- a/src/random_generator.cpp +++ b/src/random_generator.cpp @@ -33,10 +33,11 @@ // Transliterated into C++ Allen King 060417, from sources on // http://www.jbox.dk/sanos/source/lib/random.c.html - +#include #include +#include #include "random_generator.hpp" #include "scripting/squirrel_util.hpp"