Skip to content

Commit

Permalink
Hopefully fix CI failure on MacOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
kentonv committed Sep 27, 2022
1 parent 8cc783e commit 9ddee5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/workerd/jsg/rtti.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ struct BuildRtti<T> { \
F(unsigned int) \
F(long) \
F(unsigned long) \
F(long long) \
F(unsigned long long) \
F(double)

FOR_EACH_NUMBER_TYPE(DECLARE_NUMBER_TYPE)
Expand Down

0 comments on commit 9ddee5c

Please sign in to comment.