mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-27 15:42:01 +00:00
Fix path error
This commit is contained in:
parent
9d846f6e27
commit
043adbc724
@ -9,8 +9,8 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "pybind11/pybind11.h"
|
#include "pybind11.h"
|
||||||
#include "pybind11/complex.h"
|
#include "complex.h"
|
||||||
#include <numeric>
|
#include <numeric>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <array>
|
#include <array>
|
||||||
|
Loading…
Reference in New Issue
Block a user