summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-xray
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2017-01-16 21:40:08 +0000
committerDavid Blaikie <dblaikie@gmail.com>2017-01-16 21:40:08 +0000
commitc8c1b80d06dedfb4298b18648c8314621f441d1b (patch)
tree2ee35e7ea6a4142746e780dc84b9140390b9e9bd /llvm/tools/llvm-xray
parenta0b0b96d830390071c676626aaf38d5664be2d17 (diff)
downloadbcm5719-llvm-c8c1b80d06dedfb4298b18648c8314621f441d1b.tar.gz
bcm5719-llvm-c8c1b80d06dedfb4298b18648c8314621f441d1b.zip
Add missing header to see if that clears up the build
llvm-svn: 292166
Diffstat (limited to 'llvm/tools/llvm-xray')
-rw-r--r--llvm/tools/llvm-xray/xray-graph.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-xray/xray-graph.cc b/llvm/tools/llvm-xray/xray-graph.cc
index baf15e4f132..e908701aca0 100644
--- a/llvm/tools/llvm-xray/xray-graph.cc
+++ b/llvm/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"
OpenPOWER on IntegriCloud