mirror of https://github.com/kiwix/libkiwix.git
+ include string.h
This commit is contained in:
parent
ae8882bd58
commit
9329a78528
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue