Skip to content

Commit

Permalink
build: add missing header file
Browse files Browse the repository at this point in the history
GitLab: #630
Change-Id: If4aece97b8c2e63d63981a36bafb35523c01d3a6
  • Loading branch information
François-Simon Fauteux-Chapleau committed Oct 14, 2024
1 parent 683f520 commit 9e98a25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ice_transport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
#include "transport/peer_channel.h"
#include "tracepoint/tracepoint.h"

#if __has_include(<fmt/std.h>)
#include <fmt/std.h>
#endif
#include <opendht/logger.h>
#include <opendht/utils.h>

Expand Down

0 comments on commit 9e98a25

Please sign in to comment.