diff --git a/python/src/py_nvbench.cpp b/python/src/py_nvbench.cpp index 3551ff3..7fba033 100644 --- a/python/src/py_nvbench.cpp +++ b/python/src/py_nvbench.cpp @@ -16,6 +16,12 @@ * limitations under the License. */ +// clang-format off +// Include Pybind11 headers first thing +#include +#include +// clang-format on + #include #include @@ -27,9 +33,6 @@ #include #include -#include -#include - namespace py = pybind11; namespace