Aster Jian 12 лет назад
Родитель
Сommit
e91dcff71b
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      Engine/Graphics/RenderPath.h

+ 3 - 0
Engine/Graphics/RenderPath.h

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