aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common
diff options
context:
space:
mode:
authorFearlessTobi <[email protected]>2024-01-19 00:17:28 +0100
committerLiam <[email protected]>2024-01-25 16:43:53 -0500
commit975deb7528cd98460528553f6a9162bfbcd6cab1 (patch)
treed1419c7b50f428a3b0e3de15ca641887dcd94aed /src/common
parent2c049ae06dbbdfff7542c23ca4d748879f4beb71 (diff)
downloadyuzu-mainline-975deb7528cd98460528553f6a9162bfbcd6cab1.tar.gz
yuzu-mainline-975deb7528cd98460528553f6a9162bfbcd6cab1.zip
Address review comments and fix compilation problems
Diffstat (limited to 'src/common')
-rw-r--r--src/common/overflow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/overflow.h b/src/common/overflow.h
index e765c0d89..e184ead95 100644
--- a/src/common/overflow.h
+++ b/src/common/overflow.h
@@ -3,6 +3,7 @@
#pragma once
+#include <algorithm>
#include <type_traits>
#include "bit_cast.h"