Fixed compatibility for HTTPClient Library. (HTTPClient by Donatien Garnier)

Dependents:   FlashAir_Twitter CyaSSL-Twitter-OAuth4Tw TweetTest NetworkThermometer ... more

Fork of OAuth4Tw by Masayoshi Takahashi

Revision:
3:c28b796ef7ed
Parent:
0:0048b264a3ad
Child:
4:1ecf49a46040
diff -r a057c813fb02 -r c28b796ef7ed OAuth4Tw.h
--- a/OAuth4Tw.h	Mon Dec 15 12:24:37 2014 +0000
+++ b/OAuth4Tw.h	Wed Jul 08 03:52:54 2015 +0000
@@ -2,7 +2,7 @@
 #define MBED_OAUTH4TW_H
 
 #include "mbed.h"
-#include "oauth.h"
+#include <string>
 
 class OAuth4Tw {
 public: