Manual merged #43 Mac OS Compilation fixes
This commit is contained in:
parent
204835a3f3
commit
8fd88a4e11
7 changed files with 10 additions and 7 deletions
|
@ -68,7 +68,7 @@
|
|||
# endif
|
||||
#include <string>
|
||||
#else
|
||||
#if defined(__FreeBSD__)
|
||||
#if defined(__FreeBSD__) || defined(__APPLE__)
|
||||
#include <string>
|
||||
#else
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue