Need header for strlen().

This commit is contained in:
riccardom 2009-05-28 17:42:37 +00:00
parent d19917f31b
commit fa588a6abb
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#ifndef SOFTRENDER_H
#define SOFTRENDER_H
#include <string.h>
#include "softrender_config.h"
namespace softrender {