Skip to content

Commit

Permalink
Fix matrix.cpp import
Browse files Browse the repository at this point in the history
  • Loading branch information
SebMilardo committed May 22, 2024
1 parent fd9ae44 commit fda87e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bind/generic/matrix.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <pybind11/pybind11.h>

#include "structures/generic/matrix.cpp"
#include "structures/generic/matrix.h"

namespace py = pybind11;

Expand Down

0 comments on commit fda87e9

Please sign in to comment.