Skip to content

Commit

Permalink
Fix bad include paths from the initial C++20 port that initially exis…
Browse files Browse the repository at this point in the history
…ted due to a bad local SDK configuration.
  • Loading branch information
gdianaty committed Jul 3, 2023
1 parent 9b87525 commit 266ae90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sources/Renderer/SPIRV/SpirvInstruction.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define LLGL_SPIRV_INSTRUCTION_H


#include <spirv-headers/spirv.hpp11>
#include <spirv/1.2/spirv.hpp11>
#include <cstdint>


Expand Down
2 changes: 1 addition & 1 deletion sources/Renderer/SPIRV/SpirvInstructionInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define LLGL_SPIRV_INSTRUCTION_INFO_H


#include <spirv-headers/spirv.hpp11>
#include <spirv/1.2/spirv.hpp11>
#include <cstdint>


Expand Down

0 comments on commit 266ae90

Please sign in to comment.