From 62d7836f32e47e1e6f7726b4109dff0b239dfed9 Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 26 Jan 2016 19:01:27 +0000 Subject: [PATCH] header fixes --- ostd/filesystem.hh | 1 + ostd/thread.hh | 1 + 2 files changed, 2 insertions(+) diff --git a/ostd/filesystem.hh b/ostd/filesystem.hh index 445b619..badd145 100644 --- a/ostd/filesystem.hh +++ b/ostd/filesystem.hh @@ -13,6 +13,7 @@ #define NOMINMAX #include #else +#include #include #include #endif diff --git a/ostd/thread.hh b/ostd/thread.hh index 28f705a..9c467a4 100644 --- a/ostd/thread.hh +++ b/ostd/thread.hh @@ -13,6 +13,7 @@ #include #else #define WIN32_LEAN_AND_MEAN +#define NOMINMAX #include #endif