Skip to content

Commit

Permalink
Include cstdint to fix build on some platforms (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsaleil authored Aug 16, 2023
1 parent b46428e commit 95a6134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/Renderer/Null/RenderState/NullFence.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <LLGL/Fence.h>
#include <string>
#include <atomic>

#include <cstdint>

namespace LLGL
{
Expand Down

0 comments on commit 95a6134

Please sign in to comment.