Skip to content

Commit 60bdcc0

Browse files
committed
[GraphWriter] Add missing ManagedStatic.h include (NFC)
This include is only necessary on __APPLE__.
1 parent 0aea1f2 commit 60bdcc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Support/GraphWriter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
#ifdef __APPLE__
3030
#include "llvm/Support/CommandLine.h"
31+
#include "llvm/Support/ManagedStatic.h"
3132
#endif
3233

3334
#include <string>

0 commit comments

Comments
 (0)