Skip to content

Commit

Permalink
query: include llvm/ADT/STLExtras.h
Browse files Browse the repository at this point in the history
The header is no longer transitively included in 2022-01.
  • Loading branch information
MaskRay committed Jan 30, 2022
1 parent b28cec1 commit 790daca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/query.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

#include <rapidjson/document.h>

#include <llvm/ADT/STLExtras.h>

#include <assert.h>
#include <functional>
#include <limits.h>
Expand Down

0 comments on commit 790daca

Please sign in to comment.