Fix deprecated header usage in log manager

This commit is contained in:
Dan Paulat 2024-11-28 06:53:01 -06:00
parent ed9e7ad72f
commit dab88ebb98

View file

@ -6,7 +6,7 @@
#include <ranges>
#include <unordered_map>
#include <boost/process/environment.hpp>
#include <boost/process/v1/environment.hpp>
#include <fmt/format.h>
#include <spdlog/spdlog.h>
#include <QStandardPaths>