From 55bb14a7e0d034b375da73a9c2aae10881e32801 Mon Sep 17 00:00:00 2001 From: dec05eba <0xdec05eba@gmail.com> Date: Sun, 28 Oct 2018 02:18:41 +0200 Subject: Fix build for mingw --- include/odhtdb/env.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/odhtdb/env.hpp b/include/odhtdb/env.hpp index abaedd8..57ae068 100644 --- a/include/odhtdb/env.hpp +++ b/include/odhtdb/env.hpp @@ -27,7 +27,7 @@ #define WIN32_LEAN_AND_MEAN #endif - #include + #include #endif #if defined(__linux__) || defined(__unix__) || defined(__APPLE__) || defined(_POSIX_VERSION) -- cgit v1.2.3