Fix for prevoius commit: accidentally changed a ifndef to ifdef.

This commit is contained in:
Juergen Herrmann 2014-03-09 00:30:50 +01:00
parent 5559302369
commit 25ad7b44a0

@ -30,7 +30,7 @@
#include <cstring> // for memset
#include <float.h>
#ifdef _MSC_VER
#if !defined(_MSC_VER) || _MSC_VER >= 1700
#include <stdint.h> // For SET_UINT_IN_POINTER, i.e. uintptr_t.
#endif
#include <vector>