fix misleading indentation in miniz, missing header, and missing forward declarations

This commit is contained in:
Thomas Fussell 2017-04-11 18:04:05 -04:00
parent 05fb40438c
commit 4b174ab268
3 changed files with 5 additions and 1 deletions

View File

@ -22,6 +22,7 @@
// @author: see AUTHORS file
#include <array>
#include <cstring>
#include <iomanip>
#include <string>
#include <sstream>

View File

@ -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;