Skip to content

Commit

Permalink
Add missing includes (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaNikolaenko authored Jul 17, 2022
1 parent ac77dd2 commit 2694756
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eventuals/raise.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

#include <optional>

#include "eventuals/interrupt.h"
#include "eventuals/type-traits.h"

////////////////////////////////////////////////////////////////////////

namespace eventuals {
Expand Down
2 changes: 2 additions & 0 deletions eventuals/undefined.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#pragma once

#include <type_traits>

////////////////////////////////////////////////////////////////////////

namespace eventuals {
Expand Down

0 comments on commit 2694756

Please sign in to comment.