Skip to content

Commit

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

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

X-link: facebook/yoga#1511

Reviewed By: christophpurrer

Differential Revision: D52072882

Pulled By: NickGerleman
  • Loading branch information
zcbenz authored and facebook-github-bot committed Dec 15, 2023
1 parent ce69213 commit d9463e3
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 d9463e3

Please sign in to comment.