1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-31 14:52:11 +01:00

[dxvk] Fix multiple inclusion of dxvk_platform_exts.h

This fixes build failures when using `--unity on` meson parameter
This commit is contained in:
Luis Cáceres 2019-11-28 15:45:33 +00:00 committed by Philip Rebohle
parent 5fe8d823a0
commit abff2afeaf

View File

@ -1,3 +1,5 @@
#pragma once
#include "dxvk_extension_provider.h"
namespace dxvk {