[DiscordArchive] <@283455627538333696> <@160857905879449600> <@!376821416105869315> do you guys know if something ma
[DiscordArchive] <@283455627538333696> <@160857905879449600> <@!376821416105869315> do you guys know if something ma
Archived author: Skarn • Posted: 2019-08-24T15:58:43.034000+00:00
Original source
I guess I will have to wait for Ladik to fix Mac build then
Archived author: schlumpf • Posted: 2019-08-24T16:06:35.585000+00:00
Original source
```
diff --git a/src/common/Common.cpp b/src/common/Common.cpp
index 1fc6cc9..fbe40e6 100644
--- a/src/common/Common.cpp
+++ b/src/common/Common.cpp
@@ -8,6 +8,8 @@
/* 29.04.14 1.00 Lad The first version of CascCommon.cpp */
/*****************************************************************************/
+#include <wchar.h>
+
#define __CASCLIB_SELF__
#include "../CascLib.h"
#include "../CascCommon.h"
diff --git a/src/common/FileStream.cpp b/src/common/FileStream.cpp
index cd3300a..996b993 100644
--- a/src/common/FileStream.cpp
+++ b/src/common/FileStream.cpp
@@ -13,6 +13,7 @@
/* 28.04.14 1.00 Lad Copied from StormLib */
/*****************************************************************************/
+#include <cstdio>
#define __CASCLIB_SELF__
#include "../CascLib.h"
#include "../CascCommon.h"
```
Archived author: Skarn • Posted: 2019-08-24T16:15:22.503000+00:00
Original source
oh, thanks, I will try that