mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 08:27:52 -05:00
logging/backend: Add missing standard includes
A few inclusions were being satisfied indirectly. To prevent breakages in the future, include these directly.
This commit is contained in:
@ -4,11 +4,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <chrono>
|
||||
#include <cstdarg>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <utility>
|
||||
#include "common/file_util.h"
|
||||
#include "common/logging/filter.h"
|
||||
#include "common/logging/log.h"
|
||||
|
Reference in New Issue
Block a user