include fix
This commit is contained in:
parent
18266845a6
commit
420ae4e993
@ -1,7 +1,9 @@
|
||||
#ifndef FILES_FILES_H_
|
||||
#define FILES_FILES_H_
|
||||
|
||||
#ifndef std::string
|
||||
#include <string>
|
||||
#endif
|
||||
|
||||
extern bool write_binary_file(std::string filename, const char* data, size_t size);
|
||||
extern unsigned int append_binary_file(std::string filename, const char* data, size_t size);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user