From 68c1d059178a36add751e97e11cee004cfdf612e Mon Sep 17 00:00:00 2001 From: emekoi Date: Mon, 17 Sep 2018 23:13:17 -0500 Subject: compiling on mingw is now supported (#1542) * compiles on mingw-w64 * fixed error in os_file_overwrite on windows * fixed windows hello_world example --- src/windows_com.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/windows_com.hpp') diff --git a/src/windows_com.hpp b/src/windows_com.hpp index 4c807218c0..f9833e0912 100644 --- a/src/windows_com.hpp +++ b/src/windows_com.hpp @@ -28,6 +28,9 @@ #include #include +// Standard headers +#include + // COM support header files #include -- cgit v1.2.3