+ include string.h

This commit is contained in:
kelson42 2012-05-19 19:15:38 +00:00
parent ae8882bd58
commit 9329a78528
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ cat << EOF > "$RESOURCE_FILE"
#define KIWIX_RESOURCETOOLS_H #define KIWIX_RESOURCETOOLS_H
#include <string> #include <string>
#include <string.h>
#include <map> #include <map>
std::string getResourceAsString(const std::string &name); std::string getResourceAsString(const std::string &name);