Fix windows build for r335541.
authorAlexander Polyakov <polyakov.alx@gmail.com>
Mon, 25 Jun 2018 23:29:52 +0000 (23:29 +0000)
committerAlexander Polyakov <polyakov.alx@gmail.com>
Mon, 25 Jun 2018 23:29:52 +0000 (23:29 +0000)
I didn't include <functional> header and used std::function.

llvm-svn: 335552

lldb/tools/lldb-mi/MICmdBase.h

index b5ac5be..cb44504 100644 (file)
@@ -11,6 +11,8 @@
 
 // C Includes
 // C++ Includes
+#include <functional> // for function
+
 // Other libraries and framework includes
 #include "lldb/API/SBError.h"