From 8d5f778bced78b1ecaae7b5a301f9da5e7d9af2d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 4 Nov 2018 07:16:46 +0100 Subject: Fix for mingw --- include/dchat/env.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dchat/env.hpp b/include/dchat/env.hpp index 4061518..b842ff3 100644 --- a/include/dchat/env.hpp +++ b/include/dchat/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