Marc Legendre 9 роки тому
батько
коміт
58d28d8ffb

+ 2 - 0
Source/BansheeCore/Include/BsSamplerState.h

@@ -7,6 +7,8 @@
 #include "BsIReflectable.h"
 #include "BsIReflectable.h"
 #include "BsCoreObject.h"
 #include "BsCoreObject.h"
 
 
+#include <cfloat>
+
 namespace BansheeEngine 
 namespace BansheeEngine 
 {
 {
 	/** @addtogroup RenderAPI
 	/** @addtogroup RenderAPI

+ 2 - 1
Source/BansheeUtility/Include/BsVectorNI.h

@@ -3,6 +3,7 @@
 #pragma once
 #pragma once
 
 
 #include "BsPrerequisitesUtil.h"
 #include "BsPrerequisitesUtil.h"
+#include "BsVector2I.h"
 
 
 namespace BansheeEngine
 namespace BansheeEngine
 {
 {
@@ -68,4 +69,4 @@ namespace BansheeEngine
 
 
 	typedef VectorNI<3> Vector3I;
 	typedef VectorNI<3> Vector3I;
 	typedef VectorNI<4> Vector4I;
 	typedef VectorNI<4> Vector4I;
-}
+}