From 12f4f35cfaa31a64a47ced419e6f7c264d91748a Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Fri, 29 Aug 2014 16:21:23 +0400 Subject: [PATCH] Compilation fix 2 --- Utilities/GNU.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Utilities/GNU.h b/Utilities/GNU.h index 4087004e4f..0546d664af 100644 --- a/Utilities/GNU.h +++ b/Utilities/GNU.h @@ -24,6 +24,7 @@ void strcpy_trunc(char (&dst)[size], const std::string& src) #include #include #include +#include #ifndef __APPLE__ #include