1
0
mirror of https://github.com/citra-emu/citra.git synced 2025-03-23 22:20:53 +00:00

common: include algorithm thread_queue_list.h ()

build was failing because the compiler couldn't find std::find
This commit is contained in:
Marshall Mohror 2020-03-25 22:23:39 -05:00 committed by GitHub
parent 480d3aaf19
commit feb5b5a394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
#pragma once
#include <algorithm>
#include <array>
#include <deque>