Changes For Bug 352
[oota-llvm.git] / lib / Support / Annotation.cpp
index 45fd06f92e2fc4b14b22b6d044f71ce8027d374e..c8cf8298b40b21b0cb069af29a10359c70468b88 100644 (file)
@@ -12,7 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 #include <map>
-#include "Support/Annotation.h"
+#include "llvm/Support/Annotation.h"
 using namespace llvm;
 
 Annotation::~Annotation() {}  // Designed to be subclassed