Skip to content

Commit 5e95f18

Browse files
Tzvetan Mikovmeta-codesync[bot]
authored andcommitted
include <cstdint>
Summary: `jsi.h` uses types like `uint32_t` but never includes `<cstdint>`. Changelog: [Internal] Reviewed By: avp Differential Revision: D87953504 fbshipit-source-id: 7d10e458ff14b01da293f2714d6a562958f9e8ff
1 parent 8b8ccea commit 5e95f18

File tree

1 file changed

+1
-0
lines changed
  • packages/react-native/ReactCommon/jsi/jsi

1 file changed

+1
-0
lines changed

packages/react-native/ReactCommon/jsi/jsi/jsi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#pragma once
99

1010
#include <cassert>
11+
#include <cstdint>
1112
#include <cstring>
1213
#include <exception>
1314
#include <functional>

0 commit comments

Comments
 (0)