aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorserge-sans-paille <sguelton@redhat.com>2022-01-21 17:05:36 +0100
committerserge-sans-paille <sguelton@redhat.com>2022-01-21 17:05:49 +0100
commit5597ec2dc4f888bf9704626c798ec6e50e5d1384 (patch)
treefe1f494e41e79c9089bfc1e25e33ef272e9e59a1 /flang/lib/Frontend/CompilerInvocation.cpp
parent9d3437fbf3419502351d41ff9e28f06b0c3f06e8 (diff)
downloadllvm-5597ec2dc4f888bf9704626c798ec6e50e5d1384.zip
llvm-5597ec2dc4f888bf9704626c798ec6e50e5d1384.tar.gz
llvm-5597ec2dc4f888bf9704626c798ec6e50e5d1384.tar.bz2
Include missing "llvm/Support/Path.h" in "flang/lib/Frontend/CompilerInvocation.cpp"
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r--flang/lib/Frontend/CompilerInvocation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/flang/lib/Frontend/CompilerInvocation.cpp b/flang/lib/Frontend/CompilerInvocation.cpp
index 159c563..4525130 100644
--- a/flang/lib/Frontend/CompilerInvocation.cpp
+++ b/flang/lib/Frontend/CompilerInvocation.cpp
@@ -23,6 +23,7 @@
#include "llvm/Option/OptTable.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/FileUtilities.h"
+#include "llvm/Support/Path.h"
#include "llvm/Support/Process.h"
#include "llvm/Support/raw_ostream.h"
#include <memory>