Add cinttypes Include for Source Files affected by Warning Cleanups

This commit is contained in:
N00byKing
2018-03-25 13:02:11 +02:00
committed by N00byKing
parent 771e8cfd6b
commit 91322e3bcd
5 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <cinttypes>
#include <algorithm>
#include <unicorn/arm64.h>
#include "common/assert.h"

View File

@@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include <boost/range/algorithm_ext/erase.hpp>
#include <cinttypes>
#include "common/assert.h"
#include "common/common_funcs.h"
#include "common/common_types.h"

View File

@@ -2,6 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <cinttypes>
#include "common/assert.h"
#include "core/hle/kernel/object_address_table.h"

View File

@@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include <cstring>
#include <cinttypes>
#include "common/logging/log.h"
#include "core/core.h"
#include "core/hle/kernel/errors.h"

View File

@@ -2,6 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <cinttypes>
#include "common/assert.h"
#include "common/logging/log.h"
#include "core/core.h"