Fix build broken by StringList move.

llvm-svn: 298419
This commit is contained in:
Zachary Turner 2017-03-21 18:45:42 +00:00
parent c3d7b98d9d
commit ed44af6c61
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
// C++ Includes
#include <string>
#include <vector>
// Other libraries and framework includes
#include "llvm/ADT/StringRef.h"

View File

@ -14,6 +14,7 @@
#include "Plugins/Language/ObjC/ObjCLanguage.h"
#include "lldb/Core/Module.h"
#include "lldb/Core/Section.h"
#include "lldb/Core/STLUtils.h"
#include "lldb/Core/Timer.h"
#include "lldb/Symbol/ObjectFile.h"
#include "lldb/Symbol/Symbol.h"