From 8e87559194f84d8a880fcd8a8984174df006fb43 Mon Sep 17 00:00:00 2001 From: Paul Wankadia Date: Tue, 28 May 2024 17:15:56 +0000 Subject: [PATCH] Add `pybind11/stl.h` again. ... and make sure it stays. Change-Id: Iab9f9e9445545a9c97aefd4d83691a70fde2b1c8 Reviewed-on: https://code-review.googlesource.com/c/re2/+/63111 Reviewed-by: Paul Wankadia Reviewed-by: Alex Chernyakhovsky --- python/_re2.cc | 1 + 1 file changed, 1 insertion(+) 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"