From 77bd1d679ca71bc745744852406822e991fbbb83 Mon Sep 17 00:00:00 2001 From: Edgar B <39066502+Guekka@users.noreply.github.com> Date: Thu, 12 Sep 2024 07:37:14 +0200 Subject: [PATCH] fix: compilation on windows --- include/btu/tex/crunch_texture.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/btu/tex/crunch_texture.hpp b/include/btu/tex/crunch_texture.hpp index b4381ced..0b305b27 100644 --- a/include/btu/tex/crunch_texture.hpp +++ b/include/btu/tex/crunch_texture.hpp @@ -5,11 +5,11 @@ #pragma once -#include "btu/common/path.hpp" -#include "btu/tex/detail/common.hpp" +#include +#include +#include // for DXGI_FORMAT #include -#include #include #include