From c7efcece31c8e9011fb671f64a9ed64d1902005a Mon Sep 17 00:00:00 2001 From: Nicolas Pope <nwpope@utu.fi> Date: Sat, 22 Jun 2019 20:57:13 +0300 Subject: [PATCH] Attempt3 at correct windows include --- components/common/cpp/src/uri.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/common/cpp/src/uri.cpp b/components/common/cpp/src/uri.cpp index 725ba356b..0db7a4af5 100644 --- a/components/common/cpp/src/uri.cpp +++ b/components/common/cpp/src/uri.cpp @@ -6,7 +6,7 @@ #ifndef WIN32 #include <unistd.h> #else -#include <windows.h> +#include <direct.h> #endif using ftl::URI; -- GitLab