summaryrefslogtreecommitdiff
path: root/src/net/ea/traderecv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/traderecv.h')
-rw-r--r--src/net/ea/traderecv.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/net/ea/traderecv.h b/src/net/ea/traderecv.h
index c4ded8aa7..a1f7976fb 100644
--- a/src/net/ea/traderecv.h
+++ b/src/net/ea/traderecv.h
@@ -23,6 +23,14 @@
#ifndef NET_EA_TRADERECV_H
#define NET_EA_TRADERECV_H
+#if defined(__GXX_EXPERIMENTAL_CXX0X__)
+#if defined(__APPLE__)
+#include <tr1/cstdint>
+#endif // defined(__APPLE__)
+#else // defined(__GXX_EXPERIMENTAL_CXX0X__)
+#include <stdint.h>
+#endif // defined(__GXX_EXPERIMENTAL_CXX0X__)
+
#include <string>
namespace Net