From 86a5484079abc8a20f24066aaf3f5efcccebb673 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 22 Jan 2006 22:53:01 +0000 Subject: Add explicit #includes of git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25509 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Instrumentation/TraceBasicBlocks.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Transforms/Instrumentation') diff --git a/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp b/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp index 2d2a259f33..66a1b22915 100644 --- a/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp +++ b/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp @@ -23,6 +23,7 @@ #include "ProfilingUtils.h" #include "llvm/Support/Debug.h" #include +#include using namespace llvm; namespace { -- cgit v1.2.3