Skip to content

Commit

Permalink
Fix build error due to lack of stdint.h in IrParam.h
Browse files Browse the repository at this point in the history
  • Loading branch information
john0312 committed Jul 21, 2024
1 parent 63beaf6 commit 62738f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fw/Core/Hitcon/Service/IrParam.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define HITCON_SERVICE_IR_PARAMS_H_

#include <stddef.h>
#include <stdint.h>

namespace hitcon {
namespace ir {
Expand Down

0 comments on commit 62738f9

Please sign in to comment.