From: Zachary Turner Date: Fri, 13 Feb 2015 07:55:29 +0000 (+0000) Subject: Fix the windows build *again*. Grrr, MSVC. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=60f22886e3aaeb041aa29b4bb7a7823aa9115344;p=oota-llvm.git Fix the windows build *again*. Grrr, MSVC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229081 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h b/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h index 57d0b2e3dae..16782f029dd 100644 --- a/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h +++ b/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h @@ -12,6 +12,7 @@ #include #include "IPDBEnumChildren.h" +#include "llvm/Support/Casting.h" namespace llvm {