Merge pull request #52 from xpol/fix-linkage-for-utf8string

Add XLNT_CLASS to utf8string to fixes the linking error.
This commit is contained in:
Thomas Fussell 2016-06-15 08:22:56 -04:00 committed by GitHub
commit f521974edc

View File

@ -25,6 +25,7 @@
#include <vector>
#include <utf8.h>
#include <xlnt/xlnt_config.hpp> // for XLNT_CLASS
#include <xlnt/xlnt_config.hpp>