commit | d9c0e15f4bec2df363e95f3e355242a86f682311 | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Thu Feb 16 20:15:26 2017 +0000 |
committer | Zachary Turner <zturner@google.com> | Thu Feb 16 20:15:26 2017 +0000 |
tree | 8ea3c85ff6da3e9e139a0adca2779fb3adfe5e48 | |
parent | 24ae6294a4a97d4dfe0e43f7bcd52811b6346c17 [diff] [blame] |
Fix build llvm-svn: 295369
diff --git a/lldb/unittests/Utility/VASprintfTest.cpp b/lldb/unittests/Utility/VASprintfTest.cpp index a3c16ce..73a43dd 100644 --- a/lldb/unittests/Utility/VASprintfTest.cpp +++ b/lldb/unittests/Utility/VASprintfTest.cpp
@@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "lldb/Utility/VASprintf.h" +#include "lldb/Utility/VASPrintf.h" #include "llvm/ADT/SmallString.h" #include "gtest/gtest.h"