summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorGravatar FearlessTobi2024-01-19 00:17:28 +0100
committerGravatar Liam2024-01-25 16:43:53 -0500
commit975deb7528cd98460528553f6a9162bfbcd6cab1 (patch)
treed1419c7b50f428a3b0e3de15ca641887dcd94aed /src/common
parentfs: Add path class (diff)
downloadyuzu-975deb7528cd98460528553f6a9162bfbcd6cab1.tar.gz
yuzu-975deb7528cd98460528553f6a9162bfbcd6cab1.tar.xz
yuzu-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 @@
3 3
4#pragma once 4#pragma once
5 5
6#include <algorithm>
6#include <type_traits> 7#include <type_traits>
7#include "bit_cast.h" 8#include "bit_cast.h"
8 9