Add apple-specific missing header in Support/GraphWriter.cpp

This commit is contained in:
serge-sans-paille 2022-01-21 14:59:11 +01:00
parent 622354a522
commit 7e3bcae506
1 changed files with 5 additions and 0 deletions

View File

@ -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>