blob: 457a959ba8af2977fde695aade7c3158e7f5ccc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/src/third-party/fuzzy-path/vendor/MatcherBase.h b/src/third-party/fuzzy-path/vendor/MatcherBase.h
index fbaabc3d92..06b2383f82 100644
--- a/src/third-party/fuzzy-path/vendor/MatcherBase.h
+++ b/src/third-party/fuzzy-path/vendor/MatcherBase.h
@@ -4,6 +4,7 @@
#include <string>
#include <unordered_map>
#include <vector>
+#include <cstdint>
struct MatcherOptions {
bool first_match_can_be_weak = true;
|