diff options
author | Kuba Mracek <mracek@apple.com> | 2017-08-22 19:09:39 +0000 |
---|---|---|
committer | Kuba Mracek <mracek@apple.com> | 2017-08-22 19:09:39 +0000 |
commit | 5adc46ca3e0c03aa42e5d491468fe768e2b3e6cb (patch) | |
tree | fe14ae2719fb16e5870a393501ba72935902645f | |
parent | 20bce855caed49f85f65fc42fa526f4480493b92 (diff) | |
download | bcm5719-llvm-5adc46ca3e0c03aa42e5d491468fe768e2b3e6cb.tar.gz bcm5719-llvm-5adc46ca3e0c03aa42e5d491468fe768e2b3e6cb.zip |
Fixup for r311483: Use correct path to StreamString.h
llvm-svn: 311484
-rw-r--r-- | lldb/unittests/Utility/JSONTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/unittests/Utility/JSONTest.cpp b/lldb/unittests/Utility/JSONTest.cpp index d75770b24d5..0c23350517c 100644 --- a/lldb/unittests/Utility/JSONTest.cpp +++ b/lldb/unittests/Utility/JSONTest.cpp @@ -1,7 +1,7 @@ #include "gtest/gtest.h" -#include "lldb/Core/StreamString.h" #include "lldb/Utility/JSON.h" +#include "lldb/Utility/StreamString.h" using namespace lldb_private; |