diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-05-31 09:55:58 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-05-31 09:55:58 -0400 |
commit | aceb3cc33ee78cce1077252aff8a8808a3195ff1 (patch) | |
tree | 74afeee58c942f827c4f7830c20b206cb8c7e36b /src/twitter.h | |
parent | 501880160ac69f90143bc38add541731a9242ab0 (diff) | |
download | libtwittercpp-aceb3cc33ee78cce1077252aff8a8808a3195ff1.tar.gz libtwittercpp-aceb3cc33ee78cce1077252aff8a8808a3195ff1.tar.bz2 libtwittercpp-aceb3cc33ee78cce1077252aff8a8808a3195ff1.zip |
Added ability to get configuration
Diffstat (limited to 'src/twitter.h')
-rw-r--r-- | src/twitter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/twitter.h b/src/twitter.h index d0b469e..90925df 100644 --- a/src/twitter.h +++ b/src/twitter.h | |||
@@ -16,5 +16,6 @@ namespace twitter { | |||
16 | #include "notification.h" | 16 | #include "notification.h" |
17 | #include "list.h" | 17 | #include "list.h" |
18 | #include "direct_message.h" | 18 | #include "direct_message.h" |
19 | #include "configuration.h" | ||
19 | 20 | ||
20 | #endif /* end of include guard: TWITTER_H_AC7A7666 */ | 21 | #endif /* end of include guard: TWITTER_H_AC7A7666 */ |