Skip to content

Commit

Permalink
Add missing <cstdint> header to use uint8_t
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Jan 10, 2025
1 parent 07f4e95 commit 412139c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/win/ver_query_values.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#include "base/string.h"

#include <cstdint>
#include <cstdio>
#include <string_view>
#include <vector>
Expand Down

0 comments on commit 412139c

Please sign in to comment.