diff options
| author | 2021-04-21 20:59:51 -0400 | |
|---|---|---|
| committer | 2021-07-22 21:51:28 -0400 | |
| commit | 427951d6fe8a0914434b0fcf897eef67749cba9d (patch) | |
| tree | a066795bba849ab36c7165878c992d7ddb5cc9bf /src | |
| parent | shader: Fix gcc warnings (diff) | |
| download | yuzu-427951d6fe8a0914434b0fcf897eef67749cba9d.tar.gz yuzu-427951d6fe8a0914434b0fcf897eef67749cba9d.tar.xz yuzu-427951d6fe8a0914434b0fcf897eef67749cba9d.zip | |
shader: add missing include guard in half_floating_point_helper.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/shader_recompiler/frontend/maxwell/translate/impl/half_floating_point_helper.h | 2 |
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 @@ | |||
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #pragma once | ||
| 6 | |||
| 5 | #include "common/common_types.h" | 7 | #include "common/common_types.h" |
| 6 | #include "shader_recompiler/exception.h" | 8 | #include "shader_recompiler/exception.h" |
| 7 | #include "shader_recompiler/frontend/maxwell/translate/impl/common_encoding.h" | 9 | #include "shader_recompiler/frontend/maxwell/translate/impl/common_encoding.h" |