From 043adbc7247497edd5d91e54320afd854007144c Mon Sep 17 00:00:00 2001 From: sun1638650145 <1638650145@qq.com> Date: Tue, 7 Dec 2021 11:24:09 +0800 Subject: [PATCH] Fix path error --- include/pybind11/numpy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/pybind11/numpy.h b/include/pybind11/numpy.h index cfc977a94..11237a95f 100644 --- a/include/pybind11/numpy.h +++ b/include/pybind11/numpy.h @@ -9,8 +9,8 @@ #pragma once -#include "pybind11/pybind11.h" -#include "pybind11/complex.h" +#include "pybind11.h" +#include "complex.h" #include #include #include