Skip to content

Commit

Permalink
Fix error: 'uint32_t' has not been declared in musl system
Browse files Browse the repository at this point in the history
This fix the error that made impossible the compile of love2d in any musl system
  • Loading branch information
Solegaiter authored Jan 2, 2025
1 parent 3963265 commit b29d1a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libraries/glslang/SPIRV/SpvBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ namespace spv {
#include <set>
#include <sstream>
#include <stack>
#include <cstdint>
#include <unordered_map>
#include <map>

Expand Down

0 comments on commit b29d1a6

Please sign in to comment.