Fixed compilation problem on Macs (and other platforms).

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2257 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2008-09-09 12:38:20 +00:00
parent efa41d9d84
commit 08f955e23d

View File

@@ -19,6 +19,8 @@
#include "random_generator.hpp"
#include <stdlib.h>
std::vector<RandomGenerator*> RandomGenerator::m_all_random_generators;
RandomGenerator::RandomGenerator()