[llvm] r256040 - [sancov] IWYU fix: add proper header inclusion.

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 18 14:02:08 PST 2015


Author: samsonov
Date: Fri Dec 18 16:02:08 2015
New Revision: 256040

URL: http://llvm.org/viewvc/llvm-project?rev=256040&view=rev
Log:
[sancov] IWYU fix: add proper header inclusion.

Modified:
    llvm/trunk/tools/sancov/sancov.cc

Modified: llvm/trunk/tools/sancov/sancov.cc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/sancov/sancov.cc?rev=256040&r1=256039&r2=256040&view=diff
==============================================================================
--- llvm/trunk/tools/sancov/sancov.cc (original)
+++ llvm/trunk/tools/sancov/sancov.cc Fri Dec 18 16:02:08 2015
@@ -22,6 +22,7 @@
 #include "llvm/MC/MCObjectFileInfo.h"
 #include "llvm/MC/MCRegisterInfo.h"
 #include "llvm/MC/MCSubtargetInfo.h"
+#include "llvm/Object/Archive.h"
 #include "llvm/Object/Binary.h"
 #include "llvm/Object/ObjectFile.h"
 #include "llvm/Support/CommandLine.h"




More information about the llvm-commits mailing list