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:
Christian Widmer
2016-06-26 05:34:09 +02:00
parent 3a26167148
commit be922730b3
4 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#pragma once
#include <memory>
#include <string>
#include "InputCommon/ControllerInterface/Device.h"