From 440954c64b2fea2f03362cad0bca1a9795e8b994 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 27 Nov 2008 16:42:44 +0000 Subject: [PATCH] fix build on some machines. thanks buildbot git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60175 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Annotation.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Support/Annotation.cpp b/lib/Support/Annotation.cpp index 0e208e08ba0..fdf6dc717f4 100644 --- a/lib/Support/Annotation.cpp +++ b/lib/Support/Annotation.cpp @@ -14,6 +14,7 @@ #include "llvm/Support/Annotation.h" #include "llvm/Support/ManagedStatic.h" #include +#include using namespace llvm; Annotation::~Annotation() {} // Designed to be subclassed