Browse Source

Fix compile error under maxos

master
Debao Zhang 12 years ago
parent
commit
9fefc2c5b2
  1. 1
      src/xlsx/xlsxworkbook_p.h

1
src/xlsx/xlsxworkbook_p.h

@ -40,6 +40,7 @@
#include "xlsxtheme_p.h" #include "xlsxtheme_p.h"
#include <QSharedPointer> #include <QSharedPointer>
#include <QPair> #include <QPair>
#include <QStringList>
namespace QXlsx { namespace QXlsx {

Loading…
Cancel
Save