Merge pull request #256 from toyota-connected/fix/nav-render-spdlog-include

[nav_render_view] add missing <spdlog/spdlog.h> include
This commit is contained in:
Joel Winarske
2026-06-08 12:27:33 -07:00
committed by GitHub
@@ -1,6 +1,8 @@
#include "nav_render_texture.h"
#include <spdlog/spdlog.h>
#include "libnav_render.h"
namespace nav_render_view_plugin {