Merge pull request #9814 from thyrc/musl

Fix includes for musl libc
This commit is contained in:
Léo Lam 2021-06-24 02:10:32 +02:00 committed by GitHub
commit 965a8bd64c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <cstring>
#include <fstream>
#include <iostream>
#include <sstream>