Skip to content

Commit

Permalink
released 4.0.4
Browse files Browse the repository at this point in the history
include >cstdint>
  • Loading branch information
genivia-inc committed Aug 25, 2023
1 parent af2f352 commit 3b928dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ugrep.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ inline int fopenw_s(FILE **file, const char *filename, const char *mode)
#include <cstdlib>
#include <cstdio>
#include <cstring>
#include <cstdint>

#ifdef HAVE_CONFIG_H
# include "config.h"
Expand Down

0 comments on commit 3b928dc

Please sign in to comment.