From d9463e34c2dc4779ae413e9dbb7c75d49ce39fb8 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 15 Dec 2023 15:58:03 -0800 Subject: [PATCH] std::terminate belongs to header (#41917) Summary: See also https://en.cppreference.com/w/cpp/error/terminate. X-link: https://github.com/facebook/yoga/pull/1511 Reviewed By: christophpurrer Differential Revision: D52072882 Pulled By: NickGerleman --- .../react-native/ReactCommon/yoga/yoga/debug/AssertFatal.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-native/ReactCommon/yoga/yoga/debug/AssertFatal.cpp b/packages/react-native/ReactCommon/yoga/yoga/debug/AssertFatal.cpp index e43ce2a254ee23..5016053b1fa8b9 100644 --- a/packages/react-native/ReactCommon/yoga/yoga/debug/AssertFatal.cpp +++ b/packages/react-native/ReactCommon/yoga/yoga/debug/AssertFatal.cpp @@ -5,6 +5,7 @@ * LICENSE file in the root directory of this source tree. */ +#include #include #include