Skip to content

Commit

Permalink
Fix discord includes...
Browse files Browse the repository at this point in the history
  • Loading branch information
vittorioromeo committed Jun 27, 2022
1 parent aa20da2 commit df58371
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/discord/event.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <functional>
#include <vector>
#include <utility>

namespace discord {

Expand Down
3 changes: 3 additions & 0 deletions public/discord/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
#include "ffi.h"
#include "event.h"

#include <cstddef>
#include <cstdint>

namespace discord {

enum class Result {
Expand Down

0 comments on commit df58371

Please sign in to comment.