Commit 5a8ec8e5 by Rickard Hallerbäck Committed by GitHub

Include what is used in pybind11.h (#2499)

* Include what is used

* Separated the C++ standard library headers and the project headers

* Reordering includes
parent d0ed035c
...@@ -46,6 +46,11 @@ ...@@ -46,6 +46,11 @@
#include "detail/class.h" #include "detail/class.h"
#include "detail/init.h" #include "detail/init.h"
#include <memory>
#include <vector>
#include <string>
#include <utility>
#if defined(__GNUG__) && !defined(__clang__) #if defined(__GNUG__) && !defined(__clang__)
# include <cxxabi.h> # include <cxxabi.h>
#endif #endif
......
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