mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
fix misleading indentation in miniz, missing header, and missing forward declarations
This commit is contained in:
parent
05fb40438c
commit
4b174ab268
@ -22,6 +22,7 @@
|
||||
// @author: see AUTHORS file
|
||||
|
||||
#include <array>
|
||||
#include <cstring>
|
||||
#include <iomanip>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
|
@ -35,8 +35,11 @@ class serializer;
|
||||
|
||||
namespace xlnt {
|
||||
|
||||
class border;
|
||||
class cell_reference;
|
||||
class color;
|
||||
class fill;
|
||||
class font;
|
||||
class path;
|
||||
class relationship;
|
||||
class workbook;
|
||||
|
Loading…
x
Reference in New Issue
Block a user