Skip to content

Commit

Permalink
Another Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Dec 6, 2024
1 parent 3069806 commit 6d7f36f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/rtosc/bundle-foreach.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
#ifndef BUNDLE_FOREACH
#define BUNDLE_FOREACH

#if defined(_MSC_VER)
#include <BaseTsd.h>
typedef SSIZE_T ssize_t;
#endif

#include <cassert>
#include <cctype>
#include <cstdlib>
Expand Down

0 comments on commit 6d7f36f

Please sign in to comment.