From 1854d25176e6f9ca69516240de293ac2b1947af9 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Mon, 16 Jan 2017 21:40:08 +0000 Subject: [PATCH] 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 --- tools/llvm-xray/xray-graph.cc | 1 + 1 file changed, 1 insertion(+) 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" -- 2.50.1