From 61f023fec8da69e7f5ae5415434aeb066f285990 Mon Sep 17 00:00:00 2001 From: Jacob Dufault Date: Fri, 16 Jun 2017 10:14:09 -0700 Subject: [PATCH] clang build fix --- src/query_utils.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/query_utils.cc b/src/query_utils.cc index cd7c3bb8..86e7d603 100644 --- a/src/query_utils.cc +++ b/src/query_utils.cc @@ -1,5 +1,7 @@ #include "query_utils.h" +#include + namespace { // Computes roughly how long |range| is. @@ -695,4 +697,4 @@ NonElidedVector BuildExpandCallTree(QueryDatabase } return result; -} \ No newline at end of file +}