summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2021-04-22 02:59:51 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:28 +0200
commit427951d6fe8a0914434b0fcf897eef67749cba9d (patch)
treea066795bba849ab36c7165878c992d7ddb5cc9bf
parentshader: Fix gcc warnings (diff)
downloadyuzu-427951d6fe8a0914434b0fcf897eef67749cba9d.tar
yuzu-427951d6fe8a0914434b0fcf897eef67749cba9d.tar.gz
yuzu-427951d6fe8a0914434b0fcf897eef67749cba9d.tar.bz2
yuzu-427951d6fe8a0914434b0fcf897eef67749cba9d.tar.lz
yuzu-427951d6fe8a0914434b0fcf897eef67749cba9d.tar.xz
yuzu-427951d6fe8a0914434b0fcf897eef67749cba9d.tar.zst
yuzu-427951d6fe8a0914434b0fcf897eef67749cba9d.zip
-rw-r--r--src/shader_recompiler/frontend/maxwell/translate/impl/half_floating_point_helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/translate/impl/half_floating_point_helper.h b/src/shader_recompiler/frontend/maxwell/translate/impl/half_floating_point_helper.h
index 24063b2ab..59da56a7e 100644
--- a/src/shader_recompiler/frontend/maxwell/translate/impl/half_floating_point_helper.h
+++ b/src/shader_recompiler/frontend/maxwell/translate/impl/half_floating_point_helper.h
@@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
+#pragma once
+
#include "common/common_types.h"
#include "shader_recompiler/exception.h"
#include "shader_recompiler/frontend/maxwell/translate/impl/common_encoding.h"