diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/Support/Windows/Threading.inc')
| -rw-r--r-- | contrib/llvm-project/llvm/lib/Support/Windows/Threading.inc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/llvm/lib/Support/Windows/Threading.inc b/contrib/llvm-project/llvm/lib/Support/Windows/Threading.inc index 9456efa686ff..efa4bc6cf735 100644 --- a/contrib/llvm-project/llvm/lib/Support/Windows/Threading.inc +++ b/contrib/llvm-project/llvm/lib/Support/Windows/Threading.inc @@ -13,7 +13,7 @@  #include "llvm/ADT/SmallString.h"  #include "llvm/ADT/Twine.h" -#include "WindowsSupport.h" +#include "llvm/Support/Windows/WindowsSupport.h"  #include <process.h>  // Windows will at times define MemoryFence.  | 
