diff options
Diffstat (limited to 'include/llvm/CodeGen/MachineFunction.h')
-rw-r--r-- | include/llvm/CodeGen/MachineFunction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineFunction.h b/include/llvm/CodeGen/MachineFunction.h index fb9eaf8fe9..e1b8e4f1f5 100644 --- a/include/llvm/CodeGen/MachineFunction.h +++ b/include/llvm/CodeGen/MachineFunction.h @@ -12,7 +12,7 @@ #include "llvm/Annotation.h" #include "Support/NonCopyable.h" #include "Support/HashExtras.h" -#include <ext/hash_set> +#include <Support/hash_set> class Value; class Function; class Constant; |