Skip to content

Commit

Permalink
fix: compilation on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Guekka committed Oct 9, 2024
1 parent 715a38f commit 77bd1d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/btu/tex/crunch_texture.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

#pragma once

#include "btu/common/path.hpp"
#include "btu/tex/detail/common.hpp"
#include <btu/common/path.hpp>
#include <btu/tex/detail/common.hpp>
#include <btu/tex/dxtex.hpp> // for DXGI_FORMAT

#include <crunch/crn_mipmapped_texture.h>
#include <directx/dxgiformat.h>

#include <filesystem>
#include <span>
Expand Down

0 comments on commit 77bd1d6

Please sign in to comment.