From 397b6f3110c524bba1c21e4a033e37128b28044c Mon Sep 17 00:00:00 2001 From: Keita Date: Sat, 6 Mar 2021 19:52:09 +0900 Subject: [PATCH] =?UTF-8?q?macOS=E3=81=A7std::string=E3=82=92=E4=BD=BF?= =?UTF-8?q?=E3=81=86=E3=81=A8=E3=81=8D=E3=81=AF=E3=81=AB=E5=8E=B3?= =?UTF-8?q?=E6=A0=BC(#59)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cocoatweet/oauth/key.h | 1 + src/cocoatweet/oauth/oauth.h | 1 + 2 files changed, 2 insertions(+) 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"