Fix windows build for r335541.

I didn't include <functional> header and used std::function.

llvm-svn: 335552
This commit is contained in:
Alexander Polyakov 2018-06-25 23:29:52 +00:00
parent 53a41858c1
commit 32447ff5b9
1 changed files with 2 additions and 0 deletions

View File

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