Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/tga.cc')
-rw-r--r--src/render/tga.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/tga.cc b/src/render/tga.cc
index fb65910..6a85130 100644
--- a/src/render/tga.cc
+++ b/src/render/tga.cc
@@ -25,7 +25,7 @@
TGA multi-byte integer values have LSB first
*/
-
+#include <string.h>
#include <fstream>
#include <sstream>