make idlib build with Visual Studio 14

This commit is contained in:
leffmann 2015-10-10 20:12:21 +02:00 committed by Daniel Gibson
parent 746f2cb454
commit 99bbd70af5
3 changed files with 86 additions and 80 deletions

View file

@ -30,6 +30,9 @@ If you have questions concerning this license or the applicable additional terms
#define __MATH_MATRIX_H__
#include "idlib/math/Vector.h"
#ifdef _WIN32
#include <malloc.h>
#endif
/*
===============================================================================

View file

@ -31,6 +31,9 @@ If you have questions concerning this license or the applicable additional terms
#include "idlib/math/Complex.h"
#include "idlib/Heap.h"
#ifdef _WIN32
#include <malloc.h>
#endif
/*
===============================================================================