Skip to content

Commit

Permalink
vaev-base: Added some missing includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Nov 14, 2024
1 parent 3b710fc commit c9c3ea5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vaev-base/overflow.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <karm-io/emit.h>

namespace Vaev {

// https://www.w3.org/TR/css-overflow/#overflow-control
Expand Down
2 changes: 2 additions & 0 deletions src/vaev-base/text.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <karm-io/emit.h>

namespace Vaev {

// CSS Text Module Level 4
Expand Down
2 changes: 2 additions & 0 deletions src/vaev-base/visibility.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ enum struct Visibility {
VISIBLE,
HIDDEN,
COLLAPSE,

_LEN
};

} // namespace Vaev

0 comments on commit c9c3ea5

Please sign in to comment.