From 1750ec944ff27f89286f5d434c23926ac9b71e28 Mon Sep 17 00:00:00 2001 From: Eugene Zelenko Date: Thu, 1 Dec 2016 22:26:55 +0000 Subject: [PATCH] Fix broken buildbots because of r288424 (NFC). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288426 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/CommandLine.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/Support/CommandLine.h b/include/llvm/Support/CommandLine.h index 059c2a7ae11..515c18ed1d9 100644 --- a/include/llvm/Support/CommandLine.h +++ b/include/llvm/Support/CommandLine.h @@ -31,6 +31,7 @@ #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/ManagedStatic.h" #include +#include #include #include #include -- 2.50.1