input_common/input_mapping: Add missing includes
Ensures that the class always sees the types it needs.
This commit is contained in:
parent
8bb39750a1
commit
0849be094e
2 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue