CodeGen: add missing include
authorSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 14 Jul 2014 16:28:09 +0000 (16:28 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 14 Jul 2014 16:28:09 +0000 (16:28 +0000)
Found during windows unwinding work.  This header is indirectly included through
a chain leading through Support/Win64EH.h.  Explicitly include the header.  NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212955 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.cpp

index 77860c0bd1059ec10834a4f8054fd2da1168ebed..8fd04fc508006649c5fec34efedc0882244191ab 100644 (file)
@@ -36,6 +36,7 @@
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/Dwarf.h"
+#include "llvm/Support/Endian.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/FormattedStream.h"
 #include "llvm/Support/LEB128.h"