about summary refs log tree commit diff stats
path: root/src/twitter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/twitter.h')
-rw-r--r--src/twitter.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/twitter.h b/src/twitter.h index f9534c6..d0b469e 100644 --- a/src/twitter.h +++ b/src/twitter.h
@@ -12,5 +12,9 @@ namespace twitter {
12#include "auth.h" 12#include "auth.h"
13#include "client.h" 13#include "client.h"
14#include "tweet.h" 14#include "tweet.h"
15#include "user.h"
16#include "notification.h"
17#include "list.h"
18#include "direct_message.h"
15 19
16#endif /* end of include guard: TWITTER_H_AC7A7666 */ 20#endif /* end of include guard: TWITTER_H_AC7A7666 */