Skip to content

Commit

Permalink
Fix build error on WSL
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Mar 30, 2023
1 parent 6e3bd04 commit 00180ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/d3dx12_property_format_table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
#ifndef NOMINMAX
#define NOMINMAX
#endif
#include "d3dx12_property_format_table.h"
#ifndef WIN32
#ifndef _WIN32
#include <wsl/winadapter.h>
#endif
#include "d3dx12_property_format_table.h"
#include <assert.h>
#include <algorithm>
#include "D3D12TokenizedProgramFormat.hpp"
Expand Down

0 comments on commit 00180ee

Please sign in to comment.