[llvm] r292166 - Add missing header to see if that clears up the build

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 13:40:09 PST 2017


Author: dblaikie
Date: Mon Jan 16 15:40:08 2017
New Revision: 292166

URL: http://llvm.org/viewvc/llvm-project?rev=292166&view=rev
Log:
Add missing header to see if that clears up the build

Modified:
    llvm/trunk/tools/llvm-xray/xray-graph.cc

Modified: llvm/trunk/tools/llvm-xray/xray-graph.cc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-xray/xray-graph.cc?rev=292166&r1=292165&r2=292166&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-xray/xray-graph.cc (original)
+++ llvm/trunk/tools/llvm-xray/xray-graph.cc Mon Jan 16 15:40:08 2017
@@ -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"




More information about the llvm-commits mailing list