From d3baa77980bbeac3e79ceec47cb119197ff7a8c9 Mon Sep 17 00:00:00 2001 From: Greg Roth Date: Tue, 28 Feb 2023 11:40:33 -0800 Subject: [PATCH] Addon refernce in file not present in main --- lib/DxcSupport/WinAdapter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DxcSupport/WinAdapter.cpp b/lib/DxcSupport/WinAdapter.cpp index 81a27b5979..8ed47bfc84 100644 --- a/lib/DxcSupport/WinAdapter.cpp +++ b/lib/DxcSupport/WinAdapter.cpp @@ -9,7 +9,7 @@ #ifndef _WIN32 -#include "dxc/Support/WinAdapter.h" +#include "dxc/WinAdapter.h" #include "dxc/Support/WinFunctions.h" //===--------------------------- CAllocator -------------------------------===//