forked from ShuriZma/suyu
1
0
Fork 0

(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
1 changed files with 1 additions and 1 deletions

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"