From: David Blaikie Date: Mon, 16 Jan 2017 21:40:08 +0000 (+0000) Subject: Add missing header to see if that clears up the build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1854d25176e6f9ca69516240de293ac2b1947af9;p=llvm Add missing header to see if that clears up the build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292166 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-xray/xray-graph.cc b/tools/llvm-xray/xray-graph.cc index baf15e4f132..e908701aca0 100644 --- a/tools/llvm-xray/xray-graph.cc +++ b/tools/llvm-xray/xray-graph.cc @@ -19,6 +19,7 @@ #include "xray-extract.h" #include "xray-graph.h" #include "xray-registry.h" +#include "llvm/Support/Errc.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/FormatVariadic.h" #include "llvm/XRay/Trace.h"