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