mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-17 13:02:10 -04: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:
@@ -4,6 +4,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include "InputCommon/ControllerInterface/Device.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user