summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-09-08 20:47:01 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-09-11 23:19:14 +0200
commiteb1e3f19bb58802497ad2d71a36964d182839471 (patch)
treef7c06c0175fdd13ae69ef7be18925111a18a7103
parentcommon: Move error handling to error.cpp/h (diff)
downloadyuzu-eb1e3f19bb58802497ad2d71a36964d182839471.tar
yuzu-eb1e3f19bb58802497ad2d71a36964d182839471.tar.gz
yuzu-eb1e3f19bb58802497ad2d71a36964d182839471.tar.bz2
yuzu-eb1e3f19bb58802497ad2d71a36964d182839471.tar.lz
yuzu-eb1e3f19bb58802497ad2d71a36964d182839471.tar.xz
yuzu-eb1e3f19bb58802497ad2d71a36964d182839471.tar.zst
yuzu-eb1e3f19bb58802497ad2d71a36964d182839471.zip
-rw-r--r--src/common/common_funcs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/common_funcs.h b/src/common/common_funcs.h
index 85f8bdd22..1e74d6930 100644
--- a/src/common/common_funcs.h
+++ b/src/common/common_funcs.h
@@ -4,8 +4,8 @@
#pragma once
-#include <algorithm>
#include <array>
+#include <iterator>
#if !defined(ARCHITECTURE_x86_64)
#include <cstdlib> // for exit