diff --git a/llvm/lib/Support/Annotation.cpp b/llvm/lib/Support/Annotation.cpp index 0e208e08ba02..fdf6dc717f46 100644 --- a/llvm/lib/Support/Annotation.cpp +++ b/llvm/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