Mark Slee | e854063 | 2006-05-30 09:24:40 +0000 | [diff] [blame] | 1 | #ifndef THRIFT_H |
2 | #define THRIFT_H | ||||
3 | |||||
Mark Slee | 8d7e1f6 | 2006-06-07 06:48:56 +0000 | [diff] [blame^] | 4 | #include <netinet/in.h> |
5 | #include <inttypes.h> | ||||
Mark Slee | e854063 | 2006-05-30 09:24:40 +0000 | [diff] [blame] | 6 | #include <string> |
7 | #include <map> | ||||
8 | #include <list> | ||||
9 | #include <set> | ||||
10 | |||||
11 | #endif |