mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 21:12:33 -07:00
input_common/input_mapping: Add missing includes
Ensures that the class always sees the types it needs.
This commit is contained in:
@@ -3,8 +3,14 @@
|
||||
// Refer to the license.txt file included
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "common/param_package.h"
|
||||
#include "common/threadsafe_queue.h"
|
||||
|
||||
namespace InputCommon::Polling {
|
||||
enum class InputType;
|
||||
}
|
||||
|
||||
namespace InputCommon {
|
||||
class InputEngine;
|
||||
struct MappingData;
|
||||
|
Reference in New Issue
Block a user