try to fix windows build after 73e585e44d
authorNico Weber <thakis@chromium.org>
Fri, 11 Feb 2022 23:04:10 +0000 (18:04 -0500)
committerNico Weber <thakis@chromium.org>
Fri, 11 Feb 2022 23:04:15 +0000 (18:04 -0500)
llvm/lib/WindowsDriver/MSVCPaths.cpp

index e88ba8d..0d41484 100644 (file)
@@ -46,7 +46,7 @@
 #pragma clang diagnostic push
 #pragma clang diagnostic ignored "-Wnon-virtual-dtor"
 #endif
-#include "llvm/Support/MSVCSetupApi.h"
+#include "llvm/WindowsDriver/MSVCSetupApi.h"
 #ifdef __clang__
 #pragma clang diagnostic pop
 #endif