forked from OSchip/llvm-project
Add string to try and fix build from r167629.
llvm-svn: 167631
This commit is contained in:
parent
317f39290d
commit
c1c3924e14
|
@ -21,6 +21,7 @@
|
|||
#include <utility>
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
#include <string>
|
||||
|
||||
namespace llvm {
|
||||
class MemoryBuffer;
|
||||
|
|
Loading…
Reference in New Issue