From d4a97ee10ea85c730f3be146b72e6b1931f76e6d Mon Sep 17 00:00:00 2001 From: Eric Warmenhoven Date: Mon, 20 Jan 2025 18:17:21 -0500 Subject: [PATCH] libretro: windows build fix --- libretro/Makefile.common | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libretro/Makefile.common b/libretro/Makefile.common index 62cf17d88e..d58bc1e4bc 100644 --- a/libretro/Makefile.common +++ b/libretro/Makefile.common @@ -1007,6 +1007,8 @@ SOURCES_CXX += \ $(COMMONDIR)/GPU/D3D11/D3D11Loader.cpp \ $(COMMONDIR)/GPU/D3D11/thin3d_d3d11.cpp +INCFLAGS += -I$(CORE_DIR)/dx9sdk/Include -I$(CORE_DIR)/dx9sdk/Include/DX11 + endif SOURCES_CXX += \