Add missing header

This commit is contained in:
Tindy X 2021-03-24 02:48:30 +08:00
parent b3942ecc2d
commit 49e1c01283
No known key found for this signature in database
GPG Key ID: C6AD413169968D58
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
#include <fstream>
#include <sys/stat.h>
#include "string.h"
bool isInScope(const std::string &path)
{
#ifdef _WIN32

View File

@ -9,6 +9,8 @@
#include <windows.h>
#endif // _WIN32
#include "string.h"
void sleepMs(int interval)
{
/*