Skip to content

Commit

Permalink
Add apple-specific missing header in Support/GraphWriter.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Jan 21, 2022
1 parent 622354a commit 7e3bcae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions llvm/lib/Support/GraphWriter.cpp
Original file line number Diff line number Diff line change
@@ -25,6 +25,11 @@
#include "llvm/Support/Path.h"
#include "llvm/Support/Program.h"
#include "llvm/Support/raw_ostream.h"

#ifdef __APPLE__
#include "llvm/Support/CommandLine.h"
#endif

#include <string>
#include <system_error>
#include <vector>

0 comments on commit 7e3bcae

Please sign in to comment.