Skip to content

Commit ec6318a

Browse files
committed
[lldb] Include TargetConditionals.h
1 parent d8752c7 commit ec6318a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/tools/driver/Driver.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353

5454
#if !defined(__APPLE__)
5555
#include "llvm/Support/DataTypes.h"
56+
#else
57+
#include "TargetConditionals.h"
5658
#endif
5759

5860
using namespace lldb;

0 commit comments

Comments
 (0)