include fix

This commit is contained in:
lllzebralll 2022-08-10 20:26:35 +03:00
parent 18266845a6
commit 420ae4e993

View File

@ -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);