ソースを参照

Include GraphicsDefs.h in Shader.h

Needed for the definition of the ShaderType enum.
SirNate0 3 年 前
コミット
373a57a4bd
1 ファイル変更1 行追加0 行削除
  1. 1 0
      Source/Urho3D/GraphicsAPI/Shader.h

+ 1 - 0
Source/Urho3D/GraphicsAPI/Shader.h

@@ -4,6 +4,7 @@
 #pragma once
 
 #include "../Container/ArrayPtr.h"
+#include "../GraphicsAPI/GraphicsDefs.h"
 #include "../Resource/Resource.h"
 
 namespace Urho3D