try to fix windows build after 73e585e44d

This commit is contained in:
Nico Weber
2022-02-11 18:04:10 -05:00
parent e5739368b3
commit 0574b5fc65

View 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