File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 4848#include < pybind11/detail/common.h>
4949#include < pybind11/pybind11.h>
5050#include < pybind11/pytypes.h>
51+ // NOLINTNEXTLINE(misc-include-cleaner)
52+ #include < pybind11/stl.h>
5153#include < sstream>
5254#include < stdexcept>
5355#include < string>
Original file line number Diff line number Diff line change 1919#include < pybind11/cast.h>
2020#include < pybind11/detail/common.h>
2121#include < pybind11/pybind11.h>
22+ // NOLINTNEXTLINE(misc-include-cleaner)
23+ #include < pybind11/stl.h>
24+ // NOLINTNEXTLINE(misc-include-cleaner)
25+ #include < pybind11_json/pybind11_json.hpp>
2226#include < string>
2327
2428namespace py = pybind11;
Original file line number Diff line number Diff line change 2424#include < pybind11/cast.h>
2525#include < pybind11/detail/common.h>
2626#include < pybind11/pybind11.h>
27+ // NOLINTNEXTLINE(misc-include-cleaner)
28+ #include < pybind11_json/pybind11_json.hpp>
2729#include < spdlog/common.h>
2830#include < string>
2931
You can’t perform that action at this time.
0 commit comments