Bus fixes: Reading of CPU MMIO registers does not update MDR
[lsnes.git] / bsnes-patches / v085 / 0026-Add-vector-to-avoid-compile-error-due-to-missing-std.patch
blob5df086b209a4453b66f25048270aaeba09f8c5e3
1 From c0a2270cfd5f56e8a311b36011e1f15fac6c54ca Mon Sep 17 00:00:00 2001
2 From: Ilari Liusvaara <ilariliusvaara@welho.com>
3 Date: Tue, 9 Aug 2016 18:54:57 +0300
4 Subject: [PATCH 26/27] Add <vector> to avoid compile error due to missing
5 std::vector
7 ---
8 snes/snes.hpp | 1 +
9 1 file changed, 1 insertion(+)
11 diff --git a/snes/snes.hpp b/snes/snes.hpp
12 index 7c48ebb3..3a65e360 100755
13 --- a/snes/snes.hpp
14 +++ b/snes/snes.hpp
15 @@ -22,6 +22,7 @@ namespace SNES {
17 #include <libco/libco.h>
19 +#include <vector>
20 #include <nall/platform.hpp>
21 #include <nall/algorithm.hpp>
22 #include <nall/any.hpp>
23 --
24 2.15.0.rc1