Skip to content

Commit 7f03038

Browse files
fix: build error since 19.10
1 parent b5dac94 commit 7f03038

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DlibDotNet.Native/dlib/export.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
#define DLLEXPORT extern "C" __declspec(dllexport)
33
#else
44
#define DLLEXPORT extern "C"
5+
// size_t is missing for non windows system
6+
#include <sys/types.h>
57
#endif

0 commit comments

Comments
 (0)