include string.h in GLTexture.cc

This commit is contained in:
Josh Holtrop 2014-06-24 18:31:24 -04:00
parent 33242af038
commit da2bf02922

View File

@ -1,5 +1,6 @@
#include "GLTexture.h" #include "GLTexture.h"
#include <iostream> #include <iostream>
#include <string.h>
using namespace std; using namespace std;