forked from OSchip/llvm-project
[lldb] Fix modules build by adding missing include
This header is using FileSpec so we should at least include the forward header.
This commit is contained in:
parent
a6ef471919
commit
a53874b7e4
|
@ -9,6 +9,7 @@
|
|||
#ifndef LLDB_UTILITY_SDK_H
|
||||
#define LLDB_UTILITY_SDK_H
|
||||
|
||||
#include "lldb/lldb-forward.h"
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/Support/VersionTuple.h"
|
||||
#include <tuple>
|
||||
|
|
Loading…
Reference in New Issue