Skip to content

Commit 7ea5107

Browse files
committed
Add missing include to build on stable/20230725
1 parent a549484 commit 7ea5107

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "lldb/Interpreter/OptionValueFileSpecList.h"
2323
#include "lldb/Interpreter/OptionValueProperties.h"
2424
#include "lldb/Interpreter/Property.h"
25+
#include "lldb/Symbol/LocateSymbolFile.h"
2526
#include "lldb/Symbol/ObjectFile.h"
2627
#include "lldb/Target/Platform.h"
2728
#include "lldb/Target/Process.h"

0 commit comments

Comments
 (0)