Skip to content

Commit

Permalink
std::terminate belongs to <exception> header (#41917)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #41917

See also https://en.cppreference.com/w/cpp/error/terminate.

X-link: facebook/yoga#1511

Reviewed By: christophpurrer

Differential Revision: D52072882

Pulled By: NickGerleman

fbshipit-source-id: 4d4d442b82d108d1d2ff5d241fbdc8df89045fed
  • Loading branch information
zcbenz authored and facebook-github-bot committed Dec 17, 2023
1 parent 17d2c8a commit b3ba340
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/

#include <exception>
#include <stdexcept>

#include <yoga/config/Config.h>
Expand Down

0 comments on commit b3ba340

Please sign in to comment.