libxlsxwriter/include/xlsxwriter/packager.h in fast_excel-0.2.3 vs libxlsxwriter/include/xlsxwriter/packager.h in fast_excel-0.2.5

- old
+ new

@@ -1,17 +1,22 @@ /* * libxlsxwriter * - * Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt. + * Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt. * * packager - A libxlsxwriter library for creating Excel XLSX packager files. * */ #ifndef __LXW_PACKAGER_H__ #define __LXW_PACKAGER_H__ #include <stdint.h> + +#ifdef USE_SYSTEM_MINIZIP +#include "minizip/zip.h" +#else #include "third_party/zip.h" +#endif #include "common.h" #include "workbook.h" #include "worksheet.h" #include "shared_strings.h"