标签: c++ asynchronous header include future
当我需要执行异步任务时,我的编译器找不到#include <future>。我怎样才能正确包含它?我可以下载标题并引用它们吗?
#include <future>