Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为 spdlog 添加了一个 git-submodule,当我尝试像这样包含它时:#include "spdlog/include/spdlog/spdlog.h"我收到错误:spdlog/include/spdlog/spdlog.h:12:10: fatal error: spdlog/common.h: No such file or directory #include <spdlog/common.h>. 我应该在使用这个库之前运行任何命令吗?
#include "spdlog/include/spdlog/spdlog.h"
spdlog/include/spdlog/spdlog.h:12:10: fatal error: spdlog/common.h: No such file or directory #include <spdlog/common.h>