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 d94b36b commit b6b2ea2Copy full SHA for b6b2ea2
bindings/python/src/mylib/mylib.cpp
@@ -23,7 +23,7 @@
23
24
#include <pybind11/pybind11.h>
25
26
-#include <mylib/hello_world.h>
+#include <mylib/hello_world.hpp>
27
28
PYBIND11_MODULE( opengeode_mymodule_py_mylib, module )
29
{
0 commit comments