mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-23 01:20:05 +00:00
Kernel: Added missing algorithm #include for use of std::find on non-Windows platforms.
This commit is contained in:
parent
2bbaca0ce1
commit
da2c46032c
@ -3,6 +3,7 @@
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <map>
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
#include "common/common.h"
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include <list>
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
Loading…
Reference in New Issue
Block a user