Need header for strlen().
This commit is contained in:
parent
d19917f31b
commit
fa588a6abb
|
@ -12,6 +12,7 @@
|
|||
#ifndef SOFTRENDER_H
|
||||
#define SOFTRENDER_H
|
||||
|
||||
#include <string.h>
|
||||
#include "softrender_config.h"
|
||||
|
||||
namespace softrender {
|
||||
|
|
Loading…
Reference in New Issue