Skip to content

Commit

Permalink
[fme-apply] Fix build fail on gcc 13 (#13963)
Browse files Browse the repository at this point in the history
This commit resolves build fail on gcc 13 by adding missing include.

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <[email protected]>
  • Loading branch information
hseok-oh authored Sep 10, 2024
1 parent 2ff9cda commit a912340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/fme-apply/src/RandomString.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#ifndef __FME_APPLY_RANDOM_STRING_H__
#define __FME_APPLY_RANDOM_STRING_H__

#include <cstdint>
#include <string>

namespace fme_apply
Expand Down

0 comments on commit a912340

Please sign in to comment.