mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-15 23:01:39 +00:00
ControllerInterface: Include memory to fix building without pch
All affected files use shared_ptr but do not include memory which breaks building without precompiled headers.
This commit is contained in:
parent
3a26167148
commit
be922730b3
4 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
#include <cassert>
|
||||
#include <iostream>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue