Browse Source

Fixed missing header file.

Aster Jian 12 years ago
parent
commit
e91dcff71b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Engine/Graphics/RenderPath.h

+ 3 - 0
Engine/Graphics/RenderPath.h

@@ -22,8 +22,11 @@
 
 #pragma once
 
+#include "Color.h"
 #include "GraphicsDefs.h"
+#include "Ptr.h"
 #include "RefCounted.h"
+#include "Vector4.h"
 
 namespace Urho3D
 {