diff --git a/Sources/Backends/D3D11/D3D11.h b/Sources/Backends/D3D11/D3D11.h index 9b8e16e..1a9929e 100644 --- a/Sources/Backends/D3D11/D3D11.h +++ b/Sources/Backends/D3D11/D3D11.h @@ -7,6 +7,9 @@ #ifndef PULSE_D3D11_H_ #define PULSE_D3D11_H_ +#ifdef PULSE_PLAT_WINDOWS + #include +#endif #include #include #include