Skip to content

Commit 790daca

Browse files
committed
query: include llvm/ADT/STLExtras.h
The header is no longer transitively included in 2022-01.
1 parent b28cec1 commit 790daca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/query.cc

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
#include <rapidjson/document.h>
1111

12+
#include <llvm/ADT/STLExtras.h>
13+
1214
#include <assert.h>
1315
#include <functional>
1416
#include <limits.h>

0 commit comments

Comments
 (0)