mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 05:19:01 +08:00
9c3e312d81
Upgrade to the latest version of libxlsxwriter. Closes #6982
15 lines
336 B
Diff
15 lines
336 B
Diff
diff --git a/include/xlsxwriter/utility.h b/include/xlsxwriter/utility.h
|
|
index 5b4b365..5f86335 100644
|
|
--- a/include/xlsxwriter/utility.h
|
|
+++ b/include/xlsxwriter/utility.h
|
|
@@ -17,7 +17,9 @@
|
|
#define __LXW_UTILITY_H__
|
|
|
|
#include <stdint.h>
|
|
+#ifndef _MSC_VER
|
|
#include <strings.h>
|
|
+#endif
|
|
#include "common.h"
|
|
#include "xmlwriter.h"
|
|
|