Skip to content

Commit

Permalink
Add a missing #include
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed Sep 17, 2024
1 parent 0a2543f commit d92f83f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Quotient/events/event.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@

#pragma once

#include "single_key_value.h"

#include <Quotient/converters.h>
#include <Quotient/function_traits.h>
#include "single_key_value.h"

#include <span>

namespace Quotient {
// === event_ptr_tt<> and basic type casting facilities ===
Expand Down

0 comments on commit d92f83f

Please sign in to comment.