mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
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:
parent
aac10ddffa
commit
d6cb49fab3
@ -3,6 +3,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <limits.h>
|
||||
#include <quickjspp.hpp>
|
||||
|
||||
#include "../../parser/config/proxy.h"
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
#define FILE_H_INCLUDED
|
||||
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <unistd.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user