mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
Fix build error
This commit is contained in:
parent
bebefd9511
commit
f2e12f1e4b
@ -33,8 +33,6 @@
|
|||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#endif // _WIN32
|
#endif // _WIN32
|
||||||
|
|
||||||
using namespace std::__cxx11;
|
|
||||||
|
|
||||||
void sleep(int interval)
|
void sleep(int interval)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -11,7 +11,6 @@
|
|||||||
#include "rapidjson_extra.h"
|
#include "rapidjson_extra.h"
|
||||||
#include "ini_reader.h"
|
#include "ini_reader.h"
|
||||||
|
|
||||||
using namespace std::__cxx11;
|
|
||||||
using namespace rapidjson;
|
using namespace rapidjson;
|
||||||
using namespace YAML;
|
using namespace YAML;
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user