From 099e939f2690fdfbbe594f31c31d8aa9dc09640a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 9 Mar 2016 00:41:07 +0300 Subject: Add missing include into header. --- src/const/net/nostat.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/const/net/nostat.h') diff --git a/src/const/net/nostat.h b/src/const/net/nostat.h index f56ce5925..3e2553d4f 100644 --- a/src/const/net/nostat.h +++ b/src/const/net/nostat.h @@ -21,6 +21,16 @@ #ifndef CONST_NET_NOSTAT_H #define CONST_NET_NOSTAT_H +#if defined(__GXX_EXPERIMENTAL_CXX0X__) +#if defined(__APPLE__) +#include +#else +#include +#endif +#else +#include +#endif + static const int NoStat = INT_MAX; #endif // CONST_NET_NOSTAT_H -- cgit v1.2.3-60-g2f50