Merge pull request #8661 from trofi/master

Tweaks to build against gcc-10.
This commit is contained in:
Mat M 2020-03-05 20:48:51 -05:00 committed by GitHub
commit 8679f7a4d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include <cstddef>
#include <cstdlib>
#include <iomanip>
#include <limits>
#include <locale>
#include <sstream>
#include <string>

View File

@ -9,6 +9,7 @@
#include <algorithm>
#include <array>
#include <cstddef>
#include <cstdio>
#include "Common/CommonTypes.h"
#include "Common/Logging/Log.h"