From: Gordon Henriksen Date: Sun, 9 Dec 2007 01:12:08 +0000 (+0000) Subject: Fix a very silly typo. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=8d1ea750601cd27f5d70cef1186864abcf57bdb1 Fix a very silly typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44732 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/StringPool.h b/include/llvm/Support/StringPool.h index 692befffe99..7ac2b147c34 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 +#include "llvm/ADT/StringMap.h" #include #include