mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 20:09:05 +08:00
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"
|
||
|
|