Skip to content

Commit

Permalink
include pybind11 source code
Browse files Browse the repository at this point in the history
  • Loading branch information
dwpeng committed Mar 22, 2024
1 parent b994137 commit dc794cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "python/pybind11"]
path = python/pybind11
url = [email protected]:pybind/pybind11.git
1 change: 1 addition & 0 deletions python/pybind11
Submodule pybind11 added at 65370f
8 changes: 4 additions & 4 deletions python/seqio.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
#include <memory>
#include <algorithm>
#include <optional>
#include <pybind11/cast.h>
#include <pybind11/detail/common.h>
#include <pybind11/pybind11.h>
#include <pybind11/pytypes.h>
#include "../pybind11/cast.h"
#include "../pybind11/detail/common.h"
#include "../pybind11/pybind11.h"
#include "../pybind11/pytypes.h"
#include <string>

namespace py = pybind11;
Expand Down

0 comments on commit dc794cf

Please sign in to comment.