Skip to content

Commit

Permalink
Add pybind11/stl.h again.
Browse files Browse the repository at this point in the history
... 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>
  • Loading branch information
junyer committed May 28, 2024
1 parent 71f37d0 commit 8e87559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/_re2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8e87559

Please sign in to comment.