fix lldb build with -DLLVM_ENABLE_MODULES=On (missing #include)

The error message says to add the #include.
This commit is contained in:
Luboš Luňák 2019-10-26 15:34:45 +02:00
parent 073ab70b72
commit 9231e44344
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include "lldb/lldb-enumerations.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringRef.h"
#include <string>