Browse Source

Fix for build error on AppVeyor

Rokas Kupstys 8 years ago
parent
commit
ad464086e4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/Urho3D/AngelScript/UIAPI.cpp

+ 1 - 0
Source/Urho3D/AngelScript/UIAPI.cpp

@@ -41,6 +41,7 @@
 #include "../UI/UI.h"
 #include "../UI/View3D.h"
 #include "../UI/UIComponent.h"
+#include "../Graphics/Texture2D.h"
 
 #include "../DebugNew.h"