From 17b91da501b95fa760f5596998ceaafa8cf2d241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 19 Sep 2016 14:17:59 +0200 Subject: [PATCH] Use stdint.h for unittest --- src/Unittests/unittests_vector_type.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Unittests/unittests_vector_type.cc b/src/Unittests/unittests_vector_type.cc index ef86ccad..fb2378e4 100644 --- a/src/Unittests/unittests_vector_type.cc +++ b/src/Unittests/unittests_vector_type.cc @@ -3,9 +3,7 @@ #include #include -#if (defined(_MSC_VER) && (_MSC_VER >= 1900)) || __cplusplus > 199711L || defined(__GXX_EXPERIMENTAL_CXX0X__) -#include -#endif +#include namespace {