diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..c6d1083
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "ext/pybind11"]
+	path = ext/pybind11
+	url = https://github.com/pybind/pybind11.git
diff --git a/ext/pybind11 b/ext/pybind11
new file mode 160000
index 0000000..3b1dbeb
--- /dev/null
+++ b/ext/pybind11
@@ -0,0 +1 @@
+Subproject commit 3b1dbebabc801c9cf6f0953a4c20b904d444f879
