We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3bbb5c commit f364b36Copy full SHA for f364b36
2 files changed
cpp_src/bindings.cpp
@@ -4,9 +4,12 @@
4
*/
5
6
#include "jsonparser.h"
7
+
8
+#include <string>
9
#include <pybind11/pybind11.h>
10
#include <pybind11/stl.h>
11
12
13
namespace py = pybind11;
14
15
// macro defined in pybind11.h (common.h)
cpp_src/jsonparser.h
@@ -10,6 +10,7 @@
#include <vector>
#include <memory>
+#include <pybind11/stl.h>
16
0 commit comments