From 32447ff5b9592064d94a2fad5ffd71c5fcb35181 Mon Sep 17 00:00:00 2001 From: Alexander Polyakov Date: Mon, 25 Jun 2018 23:29:52 +0000 Subject: [PATCH] Fix windows build for r335541. I didn't include header and used std::function. llvm-svn: 335552 --- lldb/tools/lldb-mi/MICmdBase.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lldb/tools/lldb-mi/MICmdBase.h b/lldb/tools/lldb-mi/MICmdBase.h index b5ac5be..cb44504 100644 --- a/lldb/tools/lldb-mi/MICmdBase.h +++ b/lldb/tools/lldb-mi/MICmdBase.h @@ -11,6 +11,8 @@ // C Includes // C++ Includes +#include // for function + // Other libraries and framework includes #include "lldb/API/SBError.h" -- 2.7.4