Commit 8273b65c authored by Jonathan Metzman's avatar Jonathan Metzman Committed by Commit Bot

Include header to fix sqlite3_prepare_v2_fuzzer build on Windows

Include <cctype> since it declares std::toupper, in order to fix build
breakage on Windows.

Bug: 891867
Change-Id: I856286b390e152592951ccb318ec2260a6514073
Reviewed-on: https://chromium-review.googlesource.com/c/1259828
Commit-Queue: Victor Costan <pwnall@chromium.org>
Reviewed-by: default avatarVictor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#596693}
parent 7a8c1a43
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include <algorithm> #include <algorithm>
#include <array> #include <array>
#include <cctype>
#include <string> #include <string>
#include <vector> #include <vector>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment