Skip to content

Commit

Permalink
[souschef] Add cstdint header include
Browse files Browse the repository at this point in the history
This commit adds cstdint header include.
It will resolve build fail on gcc-13.

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <[email protected]>
  • Loading branch information
hseok-oh committed Nov 19, 2024
1 parent 1e09707 commit a89f5ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/souschef/src/LexicalCast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "souschef/LexicalCast.h"

#include <cassert>
#include <cstdint>
#include <limits>
#include <stdexcept>

Expand Down

0 comments on commit a89f5ac

Please sign in to comment.