blob: fbbbb05880794e936ffe2c007f68faed75a963da (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
https://bugs.gentoo.org/940006
--- a/watchman/query/GlobTree.h
+++ b/watchman/query/GlobTree.h
@@ -7,6 +7,7 @@
#pragma once
+#include <cstdint>
#include <memory>
#include <string>
#include <vector>
|