mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-29 16:37:13 +00:00
Add missing includes (clangd Include Cleaner)
This commit is contained in:
parent
8a973d484f
commit
4fb7d12813
@ -1,5 +1,10 @@
|
||||
#include "pybind11/detail/smart_holder_poc.h"
|
||||
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
|
||||
// Catch uses _ internally, which breaks gettext style defines
|
||||
#ifdef _
|
||||
# undef _
|
||||
|
Loading…
Reference in New Issue
Block a user