From 69edbcd8d260c44009a742ca1ae8d424df9847b7 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Mon, 4 Jul 2016 16:56:49 +0300 Subject: [PATCH] Include string.h in system path library to compile on Linux. --- source/Library/System/Path.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Library/System/Path.cpp b/source/Library/System/Path.cpp index dc82dbe6..741d2ffe 100644 --- a/source/Library/System/Path.cpp +++ b/source/Library/System/Path.cpp @@ -5,6 +5,7 @@ // ------------------------------------------------------------------------------------------------ #include #include +#include #include #include