Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add missing bit include
  • Loading branch information
anonrig committed Sep 3, 2024
commit 557517cff391e6ff8e88f879da697d69a196ee93
1 change: 1 addition & 0 deletions include/ada/checkers-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#ifndef ADA_CHECKERS_INL_H
#define ADA_CHECKERS_INL_H

#include <bit>
#include <string_view>

namespace ada::checkers {
Expand Down