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