Add missing headers for musl (#330)

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>

Co-authored-by: Tindy X <49061470+tindy2013@users.noreply.github.com>
This commit is contained in:
CN_SZTL 2021-03-27 21:16:23 +08:00 committed by GitHub
parent aac10ddffa
commit d6cb49fab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <string>
#include <vector>
#include <limits.h>
#include <quickjspp.hpp>
#include "../../parser/config/proxy.h"

View File

@ -2,6 +2,7 @@
#define FILE_H_INCLUDED
#include <string>
#include <string.h>
#ifdef _WIN32
#include <unistd.h>