Skip to content

Commit

Permalink
Adding missing header for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Feb 27, 2024
1 parent 9d2f346 commit 99df77c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/getdelim.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
#include <cstdio>
#include <string>

#if defined(_MSC_VER)
#include <BaseTsd.h>
#endif

#ifndef SSIZE_T
#define SSIZE_T ssize_t
#endif
Expand Down

0 comments on commit 99df77c

Please sign in to comment.