浏览代码

Added necessary include files to not rely on includes in Precompiled.h.

Lasse Öörni 12 年之前
父节点
当前提交
32c86e8237

+ 2 - 0
Source/Engine/Core/Mutex.h

@@ -22,6 +22,8 @@
 
 #pragma once
 
+#include "Urho3D.h"
+
 namespace Urho3D
 {
 

+ 2 - 0
Source/Engine/Graphics/Tangent.h

@@ -22,6 +22,8 @@
 
 #pragma once
 
+#include "Urho3D.h"
+
 namespace Urho3D
 {
 

+ 1 - 0
Source/Engine/Navigation/NavigationMesh.h

@@ -25,6 +25,7 @@
 #include "ArrayPtr.h"
 #include "BoundingBox.h"
 #include "Component.h"
+#include "HashSet.h"
 #include "Matrix3x4.h"
 
 class dtNavMesh;

+ 1 - 0
Source/Engine/Script/Addons.h

@@ -24,6 +24,7 @@
 
 #include "Urho3D.h"
 #include "HashMap.h"
+#include "Str.h"
 
 #include <angelscript.h>