Skip to content

Commit

Permalink
[crew] Add cstdint header include (#14313)
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 authored Nov 19, 2024
1 parent 2328392 commit 33467e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/crew/src/PConfigJson.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#ifndef __CREW_PCONFIG_JSON_H__
#define __CREW_PCONFIG_JSON_H__

#include <cstdint>
#include <ostream>
#include <string>
#include <vector>
Expand Down

0 comments on commit 33467e5

Please sign in to comment.