浏览代码

Fixed missing Precompiled.h include.

Lasse Öörni 14 年之前
父节点
当前提交
2ae33cd4fc
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Engine/Math/Random.cpp

+ 1 - 0
Engine/Math/Random.cpp

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