forked from OSchip/llvm-project
Add apple-specific missing header in Support/GraphWriter.cpp
This commit is contained in:
parent
622354a522
commit
7e3bcae506
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue