Fix cmake build after recent JSON changes

I have moved StringExtractor.h into the include/ folder so that it can be properly included by
everyone.

llvm-svn: 241572
This commit is contained in:
Pavel Labath
2015-07-07 10:08:41 +00:00
parent 61db9ebdea
commit f805e1905c
7 changed files with 7 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
#include <string>
// Other libraries and framework includes
// Project includes
#include "Utility/StringExtractor.h"
#include "lldb/Utility/StringExtractor.h"
class StringExtractorGDBRemote : public StringExtractor
{