Skip to content

Commit

Permalink
Include cstdint in stringImproved.h
Browse files Browse the repository at this point in the history
  • Loading branch information
autumnull authored May 20, 2023
1 parent aa79ec5 commit e711eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stringImproved.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define STRING_IMPROVED_H

#include <cstdlib>
#include <cstdint>
#include <string>
#include <string_view>
#include <limits>
Expand Down

0 comments on commit e711eeb

Please sign in to comment.