[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:
Raphael Isemann 2020-04-22 09:14:06 +02:00
parent a6ef471919
commit a53874b7e4
1 changed files with 1 additions and 0 deletions

View File

@ -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>