commit | a9a8f0f432966438800ffabb1b740a4cc8cd2599 | [log] [tgz] |
---|---|---|
author | David Blaikie <dblaikie@gmail.com> | Wed Nov 13 18:07:27 2013 +0000 |
committer | David Blaikie <dblaikie@gmail.com> | Wed Nov 13 18:07:27 2013 +0000 |
tree | 3612a13cda91c7153705b7422783c7fcc4bf5c89 | |
parent | 541c5de2fb57b2f459f0ec49f33a0ecce3532acd [diff] [blame] |
DIEHash: Move header include to be first in the implementation file to flush out header inclusion ordering issues git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194588 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/AsmPrinter/DIEHash.h b/lib/CodeGen/AsmPrinter/DIEHash.h index b9cf7ce..f0c4ef9 100644 --- a/lib/CodeGen/AsmPrinter/DIEHash.h +++ b/lib/CodeGen/AsmPrinter/DIEHash.h
@@ -11,6 +11,7 @@ // //===----------------------------------------------------------------------===// +#include "DIE.h" #include "llvm/ADT/DenseMap.h" #include "llvm/Support/MD5.h"