c++ 无法包含< map>[已关闭]

uubf1zoe  于 11个月前  发布在  其他
关注(0)|答案(1)|浏览(76)

**已关闭。**此问题需要debugging details。目前不接受回答。

编辑问题以包括desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将帮助其他人回答问题。
2天前关闭。
Improve this question
我正在用cpp编译一个程序,它使用#include <map>和get:
../../Sources/main.cpp:1:10: fatal error: 'map' file not found #include <map>
我从容器库中读到了这个if。这是Linux自带的软件包吗?还是应该和编译器一起提供?

相关问题