Pārlūkot izejas kodu

Merge pull request #440 from expipiplus1/correct_include

Use correct header for INT_MAX
Alexander Gessler 10 gadi atpakaļ
vecāks
revīzija
5f646f2097
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      include/assimp/metadata.h

+ 1 - 0
include/assimp/metadata.h

@@ -50,6 +50,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #if defined(_MSC_VER) && (_MSC_VER <= 1500)
 #include "Compiler/pstdint.h"
 #else
+#include <limits.h>
 #include <stdint.h>
 #endif