summaryrefslogtreecommitdiff
path: root/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
commit1854d25176e6f9ca69516240de293ac2b1947af9 (patch)
tree95ca550277679c822af29c4ae050fab45ccc6f1d /tools/llvm-xray
parent663d71421ca74574c6ebea4b05cde62f0be24522 (diff)
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
Diffstat (limited to 'tools/llvm-xray')
-rw-r--r--tools/llvm-xray/xray-graph.cc1
1 files changed, 1 insertions, 0 deletions
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"