From 1a650ed8009ab45b8a513f8bbcd367e1802d490d Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 22 Mar 2015 21:46:49 +0600 Subject: [PATCH] Include string.h --- nanoWrap.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/nanoWrap.cpp b/nanoWrap.cpp index eea514e..bfeee74 100644 --- a/nanoWrap.cpp +++ b/nanoWrap.cpp @@ -24,6 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include +#include #include "gl.h" #include "glesinterface.h" -- 2.29.2