Use stdint.h for unittest

This commit is contained in:
Jan Möbius
2016-09-19 14:17:59 +02:00
parent 90a75f0fb0
commit 17b91da501

View File

@@ -3,9 +3,7 @@
#include <iostream>
#include <list>
#if (defined(_MSC_VER) && (_MSC_VER >= 1900)) || __cplusplus > 199711L || defined(__GXX_EXPERIMENTAL_CXX0X__)
#include <cstdint>
#endif
#include <stdint.h>
namespace {