diff --git a/packages/react-native/ReactCommon/yoga/yoga/style/SmallValueBuffer.h b/packages/react-native/ReactCommon/yoga/yoga/style/SmallValueBuffer.h index 8d78a54dc974..2970d75abda8 100644 --- a/packages/react-native/ReactCommon/yoga/yoga/style/SmallValueBuffer.h +++ b/packages/react-native/ReactCommon/yoga/yoga/style/SmallValueBuffer.h @@ -27,6 +27,7 @@ class SmallValueBuffer { *this = other; } SmallValueBuffer(SmallValueBuffer&& other) noexcept = default; + ~SmallValueBuffer() = default; // Add a new element to the buffer, returning the index of the element uint16_t push(uint32_t value) {