error C2079: 'lstr' uses undefined class 'std::basic_stringstream<_Elem,_Traits,_Alloc>'

来源:互联网 发布:软件教育现代化刊物 编辑:程序博客网 时间:2024/05/20 00:51
error C2079: 'lstr' uses undefined class 'std::basic_stringstream<_Elem,_Traits,_Alloc>'

1>        with  

1>        [

1>            _Elem=char,
1>            _Traits=std::char_traits<char>,
1>            _Alloc=std::allocator<char>

1>        ]

添加头文件:

#include <sstream>

0 0
原创粉丝点击