diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-02-14 15:41:36 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-02-14 15:41:36 +0100 |
commit | 7221c10118a8895ec39ba6a78768574a4b00dfed (patch) | |
tree | 6d8aacb95f9175ed08f213556ccdf2a6fefc363c /lib/events/event.h | |
parent | 2cf44607cf0f057e147c2c4fe6dded6c13c58a8a (diff) | |
download | libquotient-7221c10118a8895ec39ba6a78768574a4b00dfed.tar.gz libquotient-7221c10118a8895ec39ba6a78768574a4b00dfed.zip |
Revert "Don't #include "logging.h" from headers"
This reverts commit 2cf44607cf0f057e147c2c4fe6dded6c13c58a8a (that was
stupid, honestly).
Diffstat (limited to 'lib/events/event.h')
-rw-r--r-- | lib/events/event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/events/event.h b/lib/events/event.h index b6f36306..113fa3fa 100644 --- a/lib/events/event.h +++ b/lib/events/event.h @@ -4,6 +4,7 @@ #pragma once #include "converters.h" +#include "logging.h" #include "function_traits.h" namespace Quotient { |