Skip to content

Commit 3700bfd

Browse files
committed
swap include order
1 parent 39f913c commit 3700bfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/DxcSupport/dxcapi.extval.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
#include "dxc/Support/dxcapi.extval.h"
21
#include "dxc/Support/WinIncludes.h"
2+
// WinIncludes must come before dxcapi.extval.h
3+
#include "dxc/Support/dxcapi.extval.h"
34

45
HRESULT DxcDllExtValidationSupport::InitializeInternal(LPCSTR dllName,
56
LPCSTR fnName) {

0 commit comments

Comments
 (0)