From e7c0b2e0f81a0c810840dbd34739616895df4b2c 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). llvm-svn: 288426 --- llvm/include/llvm/Support/CommandLine.h | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/include/llvm/Support/CommandLine.h b/llvm/include/llvm/Support/CommandLine.h index 059c2a7..515c18e 100644 --- a/llvm/include/llvm/Support/CommandLine.h +++ b/llvm/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.7.4