F-NET TECH
アプリ開発で得た知識・経験など。ほぼ備忘録。
ページ
Home
Tools / ツール系
Games / ゲーム
Error for string [Cocos2d-x Android]
Here may be an error blog. Well, this time is so easy.
The error log
error: 'string' in namespace 'std' does not name a type
The simple solution
Add this code.
#include <string>
Done!
Ref link
https://stackoverflow.com/questions/11853851
Tweet
次の投稿
前の投稿
ホーム