Skip to content

Commit fbb7de7

Browse files
authored
Merge pull request #412 from Skullheadx/Fix-Missing-cfloat-Include
Fix missing cfloat include in basisu_astc_hdr_6x6_enc.cpp
2 parents 204d752 + 6788689 commit fbb7de7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

encoder/basisu_astc_hdr_6x6_enc.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "3rdparty/android_astc_decomp.h"
1414

1515
#include <array>
16+
#include <cfloat>
1617

1718
using namespace basisu;
1819
using namespace buminiz;

0 commit comments

Comments
 (0)