From: Nico Weber Date: Thu, 10 Oct 2019 18:20:16 +0000 (+0000) Subject: Fix Windows build after r374381 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c27b39adf622bd59d5f0abf0c275f15cabf95dfb;p=llvm Fix Windows build after r374381 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374413 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/DebugInfo/GSYM/GsymCreator.cpp b/lib/DebugInfo/GSYM/GsymCreator.cpp index c9dd9a95e96..f371426f201 100644 --- a/lib/DebugInfo/GSYM/GsymCreator.cpp +++ b/lib/DebugInfo/GSYM/GsymCreator.cpp @@ -14,6 +14,8 @@ #include #include +#include +#include using namespace llvm; using namespace gsym; diff --git a/lib/DebugInfo/GSYM/GsymReader.cpp b/lib/DebugInfo/GSYM/GsymReader.cpp index dc95fe2f497..1b448cf80b7 100644 --- a/lib/DebugInfo/GSYM/GsymReader.cpp +++ b/lib/DebugInfo/GSYM/GsymReader.cpp @@ -10,16 +10,9 @@ #include "llvm/DebugInfo/GSYM/GsymReader.h" #include -#include #include #include #include -#include -#include - -#include -#include -#include #include "llvm/DebugInfo/GSYM/GsymCreator.h" #include "llvm/DebugInfo/GSYM/InlineInfo.h"