commit | a372f40dac73b69936f6a713df0808c740bb326c | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Mon Jun 17 17:23:47 2013 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Mon Jun 17 17:23:47 2013 +0000 |
tree | 0e2bf8c5b0a6412448ac87098c72033eafa1e2d3 | |
parent | 0dcea35c21b001c9c2c9b4d4a8cfd4c82dc5f00c [diff] [blame] |
Include PathV1.h only where it is used. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184090 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Driver/WindowsToolChain.cpp b/lib/Driver/WindowsToolChain.cpp index 64625ed..da914be 100644 --- a/lib/Driver/WindowsToolChain.cpp +++ b/lib/Driver/WindowsToolChain.cpp
@@ -18,6 +18,7 @@ #include "llvm/Option/ArgList.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/Path.h" +#include "llvm/Support/PathV1.h" // Include the necessary headers to interface with the Windows registry and // environment.