Browse Source

Fixed missing Precompiled.h include.

Lasse Öörni 14 years ago
parent
commit
2ae33cd4fc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Engine/Math/Random.cpp

+ 1 - 0
Engine/Math/Random.cpp

@@ -21,6 +21,7 @@
 // THE SOFTWARE.
 //
 
+#include "Precompiled.h"
 #include "Random.h"
 
 static unsigned randomSeed = 1;