Browse Source

Include GraphicsDefs.h in Shader.h

Needed for the definition of the ShaderType enum.
SirNate0 3 years ago
parent
commit
373a57a4bd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/Urho3D/GraphicsAPI/Shader.h

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

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