We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c275e commit b1d07ebCopy full SHA for b1d07eb
bindings/python/src/inspector/inspector.cpp
@@ -21,9 +21,9 @@
21
*
22
*/
23
24
-#include "pybind11/iostream.hpp"
25
-#include "pybind11/pybind11.hpp"
26
-#include "pybind11/stl.hpp"
+#include "pybind11/iostream.h"
+#include "pybind11/pybind11.h"
+#include "pybind11/stl.h"
27
28
#include "criterion/adjacency/brep_meshes_adjacency.hpp"
29
#include "criterion/adjacency/section_meshes_adjacency.hpp"
0 commit comments