Fix build error

This commit is contained in:
Tindy X 2020-01-07 15:57:15 +08:00
parent bebefd9511
commit f2e12f1e4b
No known key found for this signature in database
GPG Key ID: C6AD413169968D58
2 changed files with 0 additions and 3 deletions

View File

@ -33,8 +33,6 @@
#include <sys/socket.h>
#endif // _WIN32
using namespace std::__cxx11;
void sleep(int interval)
{
/*

View File

@ -11,7 +11,6 @@
#include "rapidjson_extra.h"
#include "ini_reader.h"
using namespace std::__cxx11;
using namespace rapidjson;
using namespace YAML;
/*