Skip to content

Commit

Permalink
[lldb] Fix modules build by adding missing include
Browse files Browse the repository at this point in the history
This header is using FileSpec so we should at least include the forward header.
  • Loading branch information
Teemperor committed Apr 22, 2020
1 parent a6ef471 commit a53874b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lldb/include/lldb/Utility/XcodeSDK.h
Expand Up @@ -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>
Expand Down

0 comments on commit a53874b

Please sign in to comment.