Commit 647220dd authored by Orvid King's avatar Orvid King Committed by Facebook Github Bot

Include stdexcept in FBString

Summary:
It is where `std::logic_error` is defined.

Fixes https://github.com/facebook/folly/issues/913

Reviewed By: yfeldblum

Differential Revision: D9436370

fbshipit-source-id: a4425d7d29f0bd55ea536a49a8923f22944ecbd0
parent 64dabe32
......@@ -23,6 +23,7 @@
#include <cstddef>
#include <iosfwd>
#include <limits>
#include <stdexcept>
#include <type_traits>
// This file appears in two locations: inside fbcode and in the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment