Merge pull request #3943 from ShadowsFriend/nopch-fix

ControllerInterface: Include memory to fix building without pch
This commit is contained in:
Mat M 2016-06-26 02:13:47 -04:00 committed by GitHub
commit cf50ed82bb
4 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <memory>
#include <sstream>
#include <string>
#include <tuple>

View File

@ -4,6 +4,7 @@
#pragma once
#include <memory>
#include <mutex>
#include <string>
#include <vector>

View File

@ -6,6 +6,7 @@
#include <cassert>
#include <iostream>
#include <map>
#include <memory>
#include <string>
#include <vector>

View File

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