mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 18:58:51 +00:00
11 lines
130 B
C
11 lines
130 B
C
|
#ifndef THRIFT_H
|
||
|
#define THRIFT_H
|
||
|
|
||
|
#include <sys/types.h>
|
||
|
#include <string>
|
||
|
#include <map>
|
||
|
#include <list>
|
||
|
#include <set>
|
||
|
|
||
|
#endif
|