Skip to content

Commit fe5e211

Browse files
committed
! Added conditional compilation to avoid using zlib's deflate() for ESP32 builds.
* Fixed Android build by addressing warnings reported by the compiler.
1 parent 41aa87a commit fe5e211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_gpk_vox/test_gpk_vox.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include "gpk_view_bit.h"
88
#include "gpk_matrix.h"
99
#include "gpk_png.h"
10-
#include "gpk_apod_color.h"
10+
#include "gpk_view_color.h"
1111

1212
#include "gpk_app_impl.h"
1313
#include "gpk_raster_lh.h"

0 commit comments

Comments
 (0)