Add missing includes (clangd Include Cleaner)

This commit is contained in:
Ralf W. Grosse-Kunstleve 2023-11-01 07:32:21 -07:00
parent 8a973d484f
commit 4fb7d12813

View File

@ -1,5 +1,10 @@
#include "pybind11/detail/smart_holder_poc.h" #include "pybind11/detail/smart_holder_poc.h"
#include <functional>
#include <memory>
#include <type_traits>
#include <utility>
// Catch uses _ internally, which breaks gettext style defines // Catch uses _ internally, which breaks gettext style defines
#ifdef _ #ifdef _
# undef _ # undef _