diff options
Diffstat (limited to 'llvm/lib/Support/StringPool.cpp')
-rw-r--r-- | llvm/lib/Support/StringPool.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/StringPool.cpp b/llvm/lib/Support/StringPool.cpp index 8235101..2746444 100644 --- a/llvm/lib/Support/StringPool.cpp +++ b/llvm/lib/Support/StringPool.cpp @@ -12,6 +12,7 @@ #include "llvm/Support/StringPool.h" #include "llvm/ADT/StringRef.h" +#include <cassert> using namespace llvm; |