diff --git a/python/_re2.cc b/python/_re2.cc index 385492d88..22f092b23 100644 --- a/python/_re2.cc +++ b/python/_re2.cc @@ -17,6 +17,7 @@ #include "pybind11/gil.h" #include "pybind11/pybind11.h" #include "pybind11/pytypes.h" +#include "pybind11/stl.h" // IWYU pragma: keep #include "re2/filtered_re2.h" #include "re2/re2.h" #include "re2/set.h"