Skip to content

Commit 8e87559

Browse files
committed
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 <junyer@google.com> Reviewed-by: Alex Chernyakhovsky <achernya@google.com>
1 parent 71f37d0 commit 8e87559

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/_re2.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include "pybind11/gil.h"
1818
#include "pybind11/pybind11.h"
1919
#include "pybind11/pytypes.h"
20+
#include "pybind11/stl.h" // IWYU pragma: keep
2021
#include "re2/filtered_re2.h"
2122
#include "re2/re2.h"
2223
#include "re2/set.h"

0 commit comments

Comments
 (0)