Add a missing include for Apple OS X
This commit is contained in:
parent
6397ffcb30
commit
673f609558
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@
|
|||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <errno.h>
|
||||
#endif
|
||||
|
||||
#define DBG_G LOG_STREAM(debug, lg::general)
|
||||
#define LOG_G LOG_STREAM(info, lg::general)
|
||||
#define WRN_G LOG_STREAM(warn, lg::general)
|
||||
|
|
Loading…
Add table
Reference in a new issue