Skip to content

Commit a53874b

Browse files
committed
[lldb] Fix modules build by adding missing include
This header is using FileSpec so we should at least include the forward header.
1 parent a6ef471 commit a53874b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/include/lldb/Utility/XcodeSDK.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#ifndef LLDB_UTILITY_SDK_H
1010
#define LLDB_UTILITY_SDK_H
1111

12+
#include "lldb/lldb-forward.h"
1213
#include "llvm/ADT/StringRef.h"
1314
#include "llvm/Support/VersionTuple.h"
1415
#include <tuple>

0 commit comments

Comments
 (0)