aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Windows/Path.inc
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2020-03-05 18:05:37 +0000
committerDimitry Andric <dim@FreeBSD.org>2020-03-05 18:05:37 +0000
commitd652fd2996ce31dfd35dd2a9c58bf051ca7fff44 (patch)
tree79536ae10cf5fef47abfaa9f60f1537b0fe9cd29 /llvm/lib/Support/Windows/Path.inc
parent92d00d6a94bb341a1ed677031280e14863d4bb28 (diff)
Vendor import of llvm-project branch release/10.xvendor/llvm-project/llvmorg-10.0.0-rc3-1-gc290cb61fdc
llvmorg-10.0.0-rc3-1-gc290cb61fdc.
Notes
svn path=/vendor/llvm-project/release-10.x/; revision=358679 svn path=/vendor/llvm-project/llvmorg-10.0.0-rc3-1-gc290cb61fdc/; revision=358680; tag=vendor/llvm-project/llvmorg-10.0.0-rc3-1-gc290cb61fdc
Diffstat (limited to 'llvm/lib/Support/Windows/Path.inc')
-rw-r--r--llvm/lib/Support/Windows/Path.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Windows/Path.inc b/llvm/lib/Support/Windows/Path.inc
index c3b13abef5de..d634c123fbdc 100644
--- a/llvm/lib/Support/Windows/Path.inc
+++ b/llvm/lib/Support/Windows/Path.inc
@@ -25,7 +25,7 @@
// These two headers must be included last, and make sure shlobj is required
// after Windows.h to make sure it picks up our definition of _WIN32_WINNT
-#include "WindowsSupport.h"
+#include "llvm/Support/Windows/WindowsSupport.h"
#include <shellapi.h>
#include <shlobj.h>