From: Alibek Omarov Date: Sun, 22 Mar 2015 15:46:49 +0000 (+0600) Subject: Include string.h X-Git-Url: https://deadsoftware.ru/gitweb?p=nanogl.git;a=commitdiff_plain;h=1a650ed8009ab45b8a513f8bbcd367e1802d490d Include string.h --- 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"