mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-27 05:06:39 -05:00
Add missing includes
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "Common/Crypto/AES.h"
|
||||
|
||||
#include <array>
|
||||
#include <cstring>
|
||||
#include <memory>
|
||||
|
||||
#include <mbedtls/aes.h>
|
||||
|
||||
@@ -2,11 +2,13 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include "Common/TimeUtil.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
|
||||
#include <cstring>
|
||||
#include <ctime>
|
||||
#include <optional>
|
||||
|
||||
#include "Common/Logging/Log.h"
|
||||
|
||||
namespace Common
|
||||
{
|
||||
std::optional<std::tm> LocalTime(std::time_t time)
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
#include "VideoBackends/OGL/OGLBoundingBox.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include "VideoBackends/OGL/OGLGfx.h"
|
||||
#include "VideoCommon/DriverDetails.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user