From: Zachary Turner Date: Fri, 13 Feb 2015 07:45:49 +0000 (+0000) Subject: Fix non-windows builds unhappy about a missing header. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=26145647695e69ce7fa801e11db84475d5d17475;p=oota-llvm.git Fix non-windows builds unhappy about a missing header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229079 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DebugInfo/PDB/IPDBSession.h b/include/llvm/DebugInfo/PDB/IPDBSession.h index a36d65fd9ad..bccbdbe8e44 100644 --- a/include/llvm/DebugInfo/PDB/IPDBSession.h +++ b/include/llvm/DebugInfo/PDB/IPDBSession.h @@ -13,6 +13,7 @@ #include #include "PDBTypes.h" +#include "llvm/Support/Casting.h" namespace llvm {