forked from OSchip/llvm-project
fix lldb build with -DLLVM_ENABLE_MODULES=On (missing #include)
The error message says to add the #include.
This commit is contained in:
parent
073ab70b72
commit
9231e44344
|
@ -11,6 +11,7 @@
|
|||
|
||||
#include "lldb/lldb-enumerations.h"
|
||||
#include "llvm/ADT/ArrayRef.h"
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
|
|
Loading…
Reference in New Issue