From 437ceb437cb1d98e3ec6219c5d584f8ff077e443 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Fri, 6 May 2016 20:59:35 +0000 Subject: [PATCH] Add missing include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268792 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/DebugInfo/PDB/PDB.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/DebugInfo/PDB/PDB.cpp b/lib/DebugInfo/PDB/PDB.cpp index 2b384aaba18..69a908eb341 100644 --- a/lib/DebugInfo/PDB/PDB.cpp +++ b/lib/DebugInfo/PDB/PDB.cpp @@ -11,6 +11,7 @@ #include "llvm/ADT/StringRef.h" #include "llvm/Config/config.h" +#include "llvm/DebugInfo/PDB/GenericError.h" #include "llvm/DebugInfo/PDB/IPDBSession.h" #include "llvm/DebugInfo/PDB/PDB.h" #if HAVE_DIA_SDK -- 2.50.1