Skip to content

Commit 0bf9e94

Browse files
committed
core: linux: Add one missing include to satisfy clangd
1 parent a34eaaa commit 0bf9e94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/linux/config-loader.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
#include <INIReader.h>
1616
#include <fmt/format.h>
17+
#include <spdlog/spdlog.h>
1718

1819
#include <filesystem>
1920
#include <optional>

0 commit comments

Comments
 (0)