mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 09:24:59 -05:00
Add missing includes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user