mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 08:59:59 +00:00
common_funcs: Replace <algorithm> with <iterator>
This commit is contained in:
parent
290afc00d3
commit
eb1e3f19bb
1 changed files with 1 additions and 1 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <iterator>
|
||||
|
||||
#if !defined(ARCHITECTURE_x86_64)
|
||||
#include <cstdlib> // for exit
|
||||
|
|
Loading…
Reference in a new issue