forked from dolphin-emu/dolphin
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:
@@ -6,6 +6,7 @@
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
Reference in New Issue
Block a user