Skip to content

Commit

Permalink
Add explicit zlib.h include to fix some compiler issues.
Browse files Browse the repository at this point in the history
Closes #316
  • Loading branch information
jmcnamara committed Mar 30, 2021
1 parent 186ba38 commit 37a8767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packager.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*
*/

#include <zlib.h>
#include "xlsxwriter/xmlwriter.h"
#include "xlsxwriter/packager.h"
#include "xlsxwriter/hash_table.h"
Expand Down

0 comments on commit 37a8767

Please sign in to comment.