From f9c24fa23fe1437b22db3ecc572f9ea3575bd302 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 10 Sep 2017 11:14:03 +0100 Subject: [PATCH] Try to fix cygwin --- src/native_text.cpp | 1 + src/path.cpp | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/src/native_text.cpp b/src/native_text.cpp index 5b41aaf..e4ec20b 100644 --- a/src/native_text.cpp +++ b/src/native_text.cpp @@ -16,6 +16,7 @@ #include #endif +// TODO: Is this needed? #if QUICKBOOK_CYGWIN_PATHS #include #include diff --git a/src/path.cpp b/src/path.cpp index 487673a..8450114 100644 --- a/src/path.cpp +++ b/src/path.cpp @@ -19,6 +19,12 @@ #include #include +#if QUICKBOOK_CYGWIN_PATHS +#include +#include +#include +#endif + namespace quickbook { // Convert the path to its canonical representation if it exists.