diff options
Diffstat (limited to 'src/tweet.h')
-rw-r--r-- | src/tweet.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tweet.h b/src/tweet.h index 1d83aae..e099579 100644 --- a/src/tweet.h +++ b/src/tweet.h | |||
@@ -1,6 +1,10 @@ | |||
1 | #ifndef TWEET_H_CE980721 | 1 | #ifndef TWEET_H_CE980721 |
2 | #define TWEET_H_CE980721 | 2 | #define TWEET_H_CE980721 |
3 | 3 | ||
4 | #include <json.hpp> | ||
5 | |||
6 | using nlohmann::json; | ||
7 | |||
4 | namespace twitter { | 8 | namespace twitter { |
5 | 9 | ||
6 | class tweet { | 10 | class tweet { |