Fix includes for musl libc

This commit is contained in:
thyrc 2021-06-14 10:18:34 +02:00 committed by Léo Lam
parent 4979974a57
commit 7a1922fd8f
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 1 additions and 0 deletions

View File

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