mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-04-18 03:50:42 +00:00
Add missing <string.h> include
This commit is contained in:
parent
e02e0b21c9
commit
b43d9f33bf
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
#include <dirent.h>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
bool endsWith(const std::string& str, const char* text)
|
||||
{
|
||||
int length = strlen(text);
|
||||
|
|
Loading…
Reference in a new issue