diff options
Diffstat (limited to 'node/Constants.hpp')
-rw-r--r-- | node/Constants.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Constants.hpp b/node/Constants.hpp index 8e252f2a..dbdc4ec9 100644 --- a/node/Constants.hpp +++ b/node/Constants.hpp @@ -54,6 +54,7 @@ // OSX and iOS are unix-like OSes far as we're concerned #ifdef __APPLE__ +#include <TargetConditionals.h> #ifndef __UNIX_LIKE__ #define __UNIX_LIKE__ #endif |