Skip to content

Commit

Permalink
build: 🚨 add missing headers for apple targets
Browse files Browse the repository at this point in the history
Found <unordered_map> was missing when compiling in macOS
  • Loading branch information
Xminent committed Dec 30, 2023
1 parent 326c754 commit 09d2773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/ekizu/command_data_resolved.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <ekizu/member_flags.hpp>
#include <ekizu/message.hpp>
#include <unordered_map>

namespace ekizu {
struct InteractionChannel {
Expand Down
1 change: 1 addition & 0 deletions include/ekizu/rate_limiter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <ekizu/http.hpp>
#include <ekizu/util.hpp>
#include <mutex>
#include <unordered_map>

namespace ekizu {
/**
Expand Down

0 comments on commit 09d2773

Please sign in to comment.