macOSでstd::stringを使うときは<string>に厳格(#59)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef COCOATWEET_OAUTH_KEY_H_
|
||||
#define COCOATWEET_OAUTH_KEY_H_
|
||||
|
||||
#include <string>
|
||||
#include <map>
|
||||
|
||||
namespace CocoaTweet::OAuth {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#ifndef COCOATWEET_OAUTH_OAUTH_H_
|
||||
#define COCOATWEET_OAUTH_OAUTH_H_
|
||||
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include "key.h"
|
||||
|
||||
Reference in New Issue
Block a user