From 26145647695e69ce7fa801e11db84475d5d17475 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Fri, 13 Feb 2015 07:45:49 +0000 Subject: [PATCH] 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 --- include/llvm/DebugInfo/PDB/IPDBSession.h | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.34.1