From 266ae90f6b205ef5b3effca4790210ecb09483de Mon Sep 17 00:00:00 2001 From: Graham Dianaty Date: Mon, 3 Jul 2023 15:54:34 -0400 Subject: [PATCH] Fix bad include paths from the initial C++20 port that initially existed due to a bad local SDK configuration. --- sources/Renderer/SPIRV/SpirvInstruction.h | 2 +- sources/Renderer/SPIRV/SpirvInstructionInfo.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/Renderer/SPIRV/SpirvInstruction.h b/sources/Renderer/SPIRV/SpirvInstruction.h index b14ac16b78..2f02d24907 100644 --- a/sources/Renderer/SPIRV/SpirvInstruction.h +++ b/sources/Renderer/SPIRV/SpirvInstruction.h @@ -9,7 +9,7 @@ #define LLGL_SPIRV_INSTRUCTION_H -#include +#include #include diff --git a/sources/Renderer/SPIRV/SpirvInstructionInfo.h b/sources/Renderer/SPIRV/SpirvInstructionInfo.h index 63648df2f0..44dd3f5368 100644 --- a/sources/Renderer/SPIRV/SpirvInstructionInfo.h +++ b/sources/Renderer/SPIRV/SpirvInstructionInfo.h @@ -9,7 +9,7 @@ #define LLGL_SPIRV_INSTRUCTION_INFO_H -#include +#include #include