[llvm] r229079 - Fix non-windows builds unhappy about a missing header.

Zachary Turner zturner at google.com
Thu Feb 12 23:45:50 PST 2015


Author: zturner
Date: Fri Feb 13 01:45:49 2015
New Revision: 229079

URL: http://llvm.org/viewvc/llvm-project?rev=229079&view=rev
Log:
Fix non-windows builds unhappy about a missing header.

Modified:
    llvm/trunk/include/llvm/DebugInfo/PDB/IPDBSession.h

Modified: llvm/trunk/include/llvm/DebugInfo/PDB/IPDBSession.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/PDB/IPDBSession.h?rev=229079&r1=229078&r2=229079&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/PDB/IPDBSession.h (original)
+++ llvm/trunk/include/llvm/DebugInfo/PDB/IPDBSession.h Fri Feb 13 01:45:49 2015
@@ -13,6 +13,7 @@
 #include <memory>
 
 #include "PDBTypes.h"
+#include "llvm/Support/Casting.h"
 
 namespace llvm {
 





More information about the llvm-commits mailing list