Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Alternate branch) Maybe fix spdlog for npm package. #2215

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply clang-format
rburema authored and github-actions[bot] committed Mar 19, 2025
commit bf97906ecc9560eabfa0fc2b08cfd9c92ee4b6bb
2 changes: 1 addition & 1 deletion include/plugins/pluginproxy.h
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@
#define PLUGINS_PLUGINPROXY_H

#include <chrono>
#include <sstream>

#include <agrpc/asio_grpc.hpp>
#include <agrpc/client_rpc.hpp>
@@ -18,7 +19,6 @@
#include <fmt/ranges.h>
#include <range/v3/utility/semiregular_box.hpp>
#include <spdlog/spdlog.h>
#include <sstream>

#include "Application.h"
#include "cura/plugins/slots/broadcast/v0/broadcast.grpc.pb.h"