Skip to content

Commit

Permalink
bgfx: Hopefully fix glslang build with newer GNU C/C++ standard libra…
Browse files Browse the repository at this point in the history
…ry verisons.
  • Loading branch information
cuavas committed May 31, 2023
1 parent dc8a8cf commit 883f063
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
#include "../Include/intermediate.h"
#include "../Include/InfoSink.h"

#include <cstdint>

namespace glslang {

//
Expand Down

0 comments on commit 883f063

Please sign in to comment.