Merge pull request #1046 from Kurausukun/patch-2

Fix compilation on gcc 10 (for real this time)
This commit is contained in:
Sierra A 2020-05-18 20:49:00 -07:00 committed by GitHub
commit eb4c880db8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@
#include <cstdio>
#include <cstdarg>
#include <stdexcept>
#include <string>
#include <memory>
#include "preproc.h"