From 59e391c0f8ae642dc747ae55566289c856e1cf26 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Fri, 25 Nov 2016 12:37:49 +0000 Subject: [PATCH] Fix darwin build broken by r287920 I accidentally used the wrong brackets when including llvm headers. llvm-svn: 287923 --- lldb/include/lldb/Utility/Timeout.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lldb/include/lldb/Utility/Timeout.h b/lldb/include/lldb/Utility/Timeout.h index e5e975e..6c6fd00 100644 --- a/lldb/include/lldb/Utility/Timeout.h +++ b/lldb/include/lldb/Utility/Timeout.h @@ -10,8 +10,7 @@ #ifndef liblldb_Timeout_h_ #define liblldb_Timeout_h_ -#include - +#include "llvm/ADT/Optional.h" #include namespace lldb_private { -- 2.7.4