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 cbd0b4d commit 742b684Copy full SHA for 742b684
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