diff --git a/packages/react-native/ReactCommon/react/renderer/mounting/ShadowView.h b/packages/react-native/ReactCommon/react/renderer/mounting/ShadowView.h index 03742dc7b43..77dc6e1dcb5 100644 --- a/packages/react-native/ReactCommon/react/renderer/mounting/ShadowView.h +++ b/packages/react-native/ReactCommon/react/renderer/mounting/ShadowView.h @@ -7,13 +7,13 @@ #pragma once -#include #include #include #include #include #include #include +#include namespace facebook::react { @@ -124,7 +124,7 @@ namespace std { template <> struct hash { size_t operator()(const facebook::react::ShadowView& shadowView) const { - return folly::hash::hash_combine( + return facebook::react::hash_combine( 0, shadowView.surfaceId, shadowView.componentHandle,