diff --git a/include/pybind11/pybind11.h b/include/pybind11/pybind11.h index 617c01f0..7c5286a9 100644 --- a/include/pybind11/pybind11.h +++ b/include/pybind11/pybind11.h @@ -46,6 +46,11 @@ #include "detail/class.h" #include "detail/init.h" +#include +#include +#include +#include + #if defined(__GNUG__) && !defined(__clang__) # include #endif