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

View File

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