use correct include for spdlog

This commit is contained in:
Morgan Funtowicz 2024-07-10 13:57:31 +00:00
parent 42748d5960
commit ed14bd6818

View File

@ -8,7 +8,7 @@
#include <filesystem> #include <filesystem>
#include <span> #include <span>
#include <fmt/format.h> #include <spdlog/fmt/fmt.h>
#include <nlohmann/json.hpp> #include <nlohmann/json.hpp>
#include <tensorrt_llm/runtime/common.h> #include <tensorrt_llm/runtime/common.h>