From 48c24d49040a82f9531e6254a181c2d6b59cff8d Mon Sep 17 00:00:00 2001 From: Lukasz Gromanowski Date: Sat, 20 Aug 2011 10:11:34 +0200 Subject: [PATCH] Issue #128: Configuration cleanup - added missing cstring header. Signed-off-by: Lukasz Gromanowski --- components/files/linuxpath.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/components/files/linuxpath.cpp b/components/files/linuxpath.cpp index 9786e3898..c485002fd 100644 --- a/components/files/linuxpath.cpp +++ b/components/files/linuxpath.cpp @@ -25,6 +25,7 @@ #if defined(__linux__) #include +#include #include #include