From 025be1e54e3aa70cceff0b3c53dc2d7fb5f0cd5c Mon Sep 17 00:00:00 2001 From: Steven Penny Date: Thu, 29 Dec 2016 22:16:38 -0600 Subject: [PATCH] io/nativefilestream.cpp: proper catchiofailure.h include 1. Using <> makes no sense if cpp-utilities is being built for first time 2. Again, search in /c++utilities/io makes no sense if cpp-utilities is being built for first time --- io/nativefilestream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/nativefilestream.cpp b/io/nativefilestream.cpp index aa1069b..bbc02e6 100644 --- a/io/nativefilestream.cpp +++ b/io/nativefilestream.cpp @@ -1,7 +1,7 @@ #include "./nativefilestream.h" #ifdef PLATFORM_MINGW -# include +# include "catchiofailure.h" # include # include # include