Small compilation fixes for GCC 10.1

This commit is contained in:
Pedro Alvarez 2020-05-14 15:47:26 +01:00 committed by Andre Puschmann
parent 3eb525563a
commit 00ac85e1b3
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <cstdio>
#include <cstdlib>
#include <functional>
#include <stdint.h>
#include <type_traits>
#if defined(__cpp_exceptions) && (1 == __cpp_exceptions)