From 6a5ef462395c8b2e804551464bca132cddd59525 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 11 Oct 2014 16:49:23 +0200 Subject: dito for stdint.hpp --- include/util/StdInt.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/util/StdInt.hpp diff --git a/include/util/StdInt.hpp b/include/util/StdInt.hpp new file mode 100644 index 0000000..1f999a4 --- /dev/null +++ b/include/util/StdInt.hpp @@ -0,0 +1,10 @@ +#ifndef __UTIL_STDINT_H +#define __UTIL_STDINT_H + +#ifdef _WIN32 +#include "util/msinttypes/stdint.h" +#else +#include +#endif + +#endif -- cgit v1.2.3-54-g00ecf