(Hopefully) Fix MinGW Build

This commit is contained in:
N00byKing 2018-02-25 13:40:22 +01:00 committed by GitHub
parent 2b41c6e573
commit 08c6ac02cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
// Refer to the license.txt file included.
#include <algorithm>
#include <inttypes.h>
#include <cinttypes>
#include "common/logging/log.h"
#include "common/microprofile.h"