diff options
Diffstat (limited to 'include/llvm/Analysis/DataStructure.h')
-rw-r--r-- | include/llvm/Analysis/DataStructure.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/DataStructure.h b/include/llvm/Analysis/DataStructure.h index 61a2d67808..c080c97e59 100644 --- a/include/llvm/Analysis/DataStructure.h +++ b/include/llvm/Analysis/DataStructure.h @@ -10,8 +10,8 @@ #include "llvm/Pass.h" #include "llvm/GlobalValue.h" #include "Support/HashExtras.h" +#include "Support/hash_set" #include <set> -#include <hash_set> #include <string> class Type; |