mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
Add missing header
This commit is contained in:
parent
b3942ecc2d
commit
49e1c01283
@ -2,6 +2,8 @@
|
||||
#include <fstream>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "string.h"
|
||||
|
||||
bool isInScope(const std::string &path)
|
||||
{
|
||||
#ifdef _WIN32
|
||||
|
||||
@ -9,6 +9,8 @@
|
||||
#include <windows.h>
|
||||
#endif // _WIN32
|
||||
|
||||
#include "string.h"
|
||||
|
||||
void sleepMs(int interval)
|
||||
{
|
||||
/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user