diff options
-rw-r--r-- | include/llvm/Support/StringPool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/StringPool.h b/include/llvm/Support/StringPool.h index 692beff..7ac2b14 100644 --- a/include/llvm/Support/StringPool.h +++ b/include/llvm/Support/StringPool.h @@ -29,7 +29,7 @@ #ifndef LLVM_SUPPORT_STRINGPOOL_H #define LLVM_SUPPORT_STRINGPOOL_H -#include <llvm/ADT/StringMap.h> +#include "llvm/ADT/StringMap.h" #include <new> #include <cassert> |