revert <cstdint> back to <stdint.h> as the former seems to require C++-11

This commit is contained in:
Axel Kohlmeyer
2018-04-27 18:25:30 -04:00
parent e4071d7f46
commit 0015b15b18
7 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@
#ifdef _WIN32
#include <windows.h>
#include <cstdint>
#include <stdint.h> // <cstdint> requires C++-11
#else
#include <sys/time.h>
#include <sys/resource.h>