From 1addef2cc3e3b02ec8dbd808c6f3424d39f531a6 Mon Sep 17 00:00:00 2001 From: Nikolay Kasyanov Date: Sat, 25 Feb 2012 17:47:57 +0400 Subject: [PATCH] added missing include for macospath.cpp --- components/files/macospath.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/components/files/macospath.cpp b/components/files/macospath.cpp index fc36e2a9c..94dafe794 100644 --- a/components/files/macospath.cpp +++ b/components/files/macospath.cpp @@ -27,6 +27,7 @@ #include #include #include +#include /** * FIXME: Someone with MacOS system should check this and correct if necessary