diff --git a/src/cocoatweet/oauth/key.h b/src/cocoatweet/oauth/key.h index 71828e4..8d51002 100644 --- a/src/cocoatweet/oauth/key.h +++ b/src/cocoatweet/oauth/key.h @@ -1,6 +1,7 @@ #ifndef COCOATWEET_OAUTH_KEY_H_ #define COCOATWEET_OAUTH_KEY_H_ +#include #include namespace CocoaTweet::OAuth { diff --git a/src/cocoatweet/oauth/oauth.h b/src/cocoatweet/oauth/oauth.h index d30dbad..4761ee7 100644 --- a/src/cocoatweet/oauth/oauth.h +++ b/src/cocoatweet/oauth/oauth.h @@ -1,6 +1,7 @@ #ifndef COCOATWEET_OAUTH_OAUTH_H_ #define COCOATWEET_OAUTH_OAUTH_H_ +#include #include #include #include "key.h"