diff options
Diffstat (limited to 'lib/Support')
-rw-r--r-- | lib/Support/Annotation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Annotation.cpp b/lib/Support/Annotation.cpp index 96ead52..9f24607 100644 --- a/lib/Support/Annotation.cpp +++ b/lib/Support/Annotation.cpp @@ -5,7 +5,7 @@ //===----------------------------------------------------------------------===// #include <map> -#include "llvm/Annotation.h" +#include "Support/Annotation.h" using std::string; using std::map; using std::pair; |