fix: add support for int32_t on other compilers (#114)
This commit is contained in:
parent
ac8f5a044c
commit
9842a3f819
1
util.h
1
util.h
@ -2,6 +2,7 @@
|
|||||||
#define __UTIL_H__
|
#define __UTIL_H__
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
bool ends_with(const std::string& str, const std::string& ending);
|
bool ends_with(const std::string& str, const std::string& ending);
|
||||||
bool starts_with(const std::string& str, const std::string& start);
|
bool starts_with(const std::string& str, const std::string& start);
|
||||||
|
Loading…
Reference in New Issue
Block a user