Skip to content

Commit f364b36

Browse files
committed
fix: includes
1 parent a3bbb5c commit f364b36

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

cpp_src/bindings.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44
*/
55

66
#include "jsonparser.h"
7+
8+
#include <string>
79
#include <pybind11/pybind11.h>
810
#include <pybind11/stl.h>
911

12+
1013
namespace py = pybind11;
1114

1215
// macro defined in pybind11.h (common.h)

cpp_src/jsonparser.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <vector>
1111
#include <memory>
1212
#include <pybind11/pybind11.h>
13+
#include <pybind11/stl.h>
1314

1415
namespace py = pybind11;
1516

0 commit comments

Comments
 (0)