summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Annotation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Support/Annotation.cpp')
-rw-r--r--llvm/lib/Support/Annotation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Annotation.cpp b/llvm/lib/Support/Annotation.cpp
index 45fd06f92e2..c8cf8298b40 100644
--- a/llvm/lib/Support/Annotation.cpp
+++ b/llvm/lib/Support/Annotation.cpp
@@ -12,7 +12,7 @@
//===----------------------------------------------------------------------===//
#include <map>
-#include "Support/Annotation.h"
+#include "llvm/Support/Annotation.h"
using namespace llvm;
Annotation::~Annotation() {} // Designed to be subclassed
OpenPOWER on IntegriCloud