Skip to content

Commit 742b684

Browse files
committed
python
1 parent cbd0b4d commit 742b684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/src/mylib/mylib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#include <pybind11/pybind11.h>
2525

26-
#include <mylib/hello_world.h>
26+
#include <mylib/hello_world.hpp>
2727

2828
PYBIND11_MODULE( opengeode_mymodule_py_mylib, module )
2929
{

0 commit comments

Comments
 (0)