mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
clang build fix
This commit is contained in:
parent
11af3986ba
commit
61f023fec8
@ -1,5 +1,7 @@
|
||||
#include "query_utils.h"
|
||||
|
||||
#include <climits>
|
||||
|
||||
namespace {
|
||||
|
||||
// Computes roughly how long |range| is.
|
||||
@ -695,4 +697,4 @@ NonElidedVector<Out_CqueryCallTree::CallEntry> BuildExpandCallTree(QueryDatabase
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user