Add a missing include for Apple OS X

This commit is contained in:
mattsc 2014-10-30 12:35:13 -07:00
parent 6397ffcb30
commit 673f609558

View file

@ -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)