Commit e7e80abf authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook GitHub Bot

Add missing include in folly/ExceptionString.cpp

Summary: [Folly] Add missing include in `folly/ExceptionString.cpp`.

Reviewed By: ot, luciang

Differential Revision: D22529764

fbshipit-source-id: 91af74023fd81b1882a19889fd92fda4e1bdfcc7
parent 11018acb
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
#include <utility> #include <utility>
#include <folly/lang/Exception.h>
namespace folly { namespace folly {
/** /**
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include <exception> #include <exception>
#include <string> #include <string>
#include <type_traits> #include <type_traits>
#include <typeinfo>
#include <folly/Demangle.h> #include <folly/Demangle.h>
#include <folly/FBString.h> #include <folly/FBString.h>
......
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