From b640be0caf719b02e08548ffcb0b6c714afb8db3 Mon Sep 17 00:00:00 2001 From: Nicolas Pope <nwpope@utu.fi> Date: Sat, 22 Jun 2019 20:53:17 +0300 Subject: [PATCH] Attempt2 at windows include correction --- components/common/cpp/src/uri.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/common/cpp/src/uri.cpp b/components/common/cpp/src/uri.cpp index cdcc49633..725ba356b 100644 --- a/components/common/cpp/src/uri.cpp +++ b/components/common/cpp/src/uri.cpp @@ -5,6 +5,8 @@ #ifndef WIN32 #include <unistd.h> +#else +#include <windows.h> #endif using ftl::URI; -- GitLab