Eclipse开发环境中,不能使用STL??

我的配置是 ubuntu x64, Eclipse 开发环境。但在 代码里写上 #include<vector>  #include <stack> 等等,系统会报错,提示没有这个文件, 使用vector<int> 时也会提示出错。
是不是Ecliipse, cocos2d-x 的环境中不能使用STL,还是我需要怎样的配置?
求指导!!1

eclipse 中需要把NDK 中的stl 库 include 进来。