Skip to content

Commit

Permalink
Add <bits> include.
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1ff committed Jan 28, 2024
1 parent 6bf2f9d commit 3778dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ https://github.com/sp1ff/scribbu/issues/4

** New Features

*** class `comments` is now mutable
*** updated the default pretty-printer to list the language field
*** updated the manual

Expand Down
1 change: 1 addition & 0 deletions scribbu/charsets.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include "charsets.hh"

#include <bits>
#include <unordered_map>
#include <unordered_set>

Expand Down

0 comments on commit 3778dc7

Please sign in to comment.