summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-07-20 23:48:43 +0200
committerLioncash <mathew1800@gmail.com>2018-07-20 23:48:43 +0200
commita44475207c470be9c222b7ccaaed699505906fe1 (patch)
treecbf5851a0113cb5234fef115805f943f5f11b75a /src/tests
parentMerge pull request #740 from Subv/acc_crash (diff)
downloadyuzu-a44475207c470be9c222b7ccaaed699505906fe1.tar
yuzu-a44475207c470be9c222b7ccaaed699505906fe1.tar.gz
yuzu-a44475207c470be9c222b7ccaaed699505906fe1.tar.bz2
yuzu-a44475207c470be9c222b7ccaaed699505906fe1.tar.lz
yuzu-a44475207c470be9c222b7ccaaed699505906fe1.tar.xz
yuzu-a44475207c470be9c222b7ccaaed699505906fe1.tar.zst
yuzu-a44475207c470be9c222b7ccaaed699505906fe1.zip
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/core/arm/arm_test_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/core/arm/arm_test_common.h b/src/tests/core/arm/arm_test_common.h
index b66922d61..368f6f6c7 100644
--- a/src/tests/core/arm/arm_test_common.h
+++ b/src/tests/core/arm/arm_test_common.h
@@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
+#pragma once
+
#include <tuple>
#include <unordered_map>
#include <vector>