[llvm] r257793 - Include TypeIndex. Again, the "check" target is not enough to catch this currently

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 11:40:27 PST 2016


Author: rnk
Date: Thu Jan 14 13:40:27 2016
New Revision: 257793

URL: http://llvm.org/viewvc/llvm-project?rev=257793&view=rev
Log:
Include TypeIndex. Again, the "check" target is not enough to catch this currently

Modified:
    llvm/trunk/include/llvm/DebugInfo/CodeView/Line.h

Modified: llvm/trunk/include/llvm/DebugInfo/CodeView/Line.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/CodeView/Line.h?rev=257793&r1=257792&r2=257793&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/CodeView/Line.h (original)
+++ llvm/trunk/include/llvm/DebugInfo/CodeView/Line.h Thu Jan 14 13:40:27 2016
@@ -10,6 +10,7 @@
 #ifndef LLVM_DEBUGINFO_CODEVIEW_LINE_H
 #define LLVM_DEBUGINFO_CODEVIEW_LINE_H
 
+#include "llvm/DebugInfo/CodeView/TypeIndex.h"
 #include "llvm/Support/Endian.h"
 #include <cinttypes>
 




More information about the llvm-commits mailing list