Add missing <string.h> include

This commit is contained in:
Robert Knight 2011-08-23 09:40:41 +01:00
parent e02e0b21c9
commit b43d9f33bf

View file

@ -7,6 +7,8 @@
#include <dirent.h>
#endif
#include <string.h>
bool endsWith(const std::string& str, const char* text)
{
int length = strlen(text);