Skip to content

Commit

Permalink
add missing includes for the build with use_libcxx_modules
Browse files Browse the repository at this point in the history
This is to fix build error when we set use_libcxx_modules=true in
chromium build.

Bug: 40263312
Change-Id: Ibcdd9da07ae3af2c981216e683b200b4c3a25d84
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/6096620
Reviewed-by: Primiano Tucci <[email protected]>
Reviewed-by: Primiano Tucci <[email protected]>
  • Loading branch information
Takuto Ikuta authored and primiano committed Jan 7, 2025
1 parent 02dd5c3 commit 0dfd774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/processor/tokenize.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

#include <string.h>

#include <algorithm>
#include <string>
#include <vector>

Expand Down

0 comments on commit 0dfd774

Please sign in to comment.