From: Arvid Norlander Date: Fri, 2 Mar 2007 17:00:25 +0000 (+0000) Subject: Fixed compile error by adding missing include (from tuxdev's instructions) X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=1f5d458c5358e8898b66b2ea3d1868541caae5a3;p=supertux.git Fixed compile error by adding missing include (from tuxdev's instructions) SVN-Revision: 4904 --- diff --git a/src/random_generator.cpp b/src/random_generator.cpp index 1cfeecf29..dbf23c9c8 100644 --- a/src/random_generator.cpp +++ b/src/random_generator.cpp @@ -38,6 +38,7 @@ #include #include +#include #include "random_generator.hpp" RandomGenerator systemRandom; // global random number generator