Skip to content

Commit

Permalink
Include limits.h
Browse files Browse the repository at this point in the history
  • Loading branch information
uhlin committed Jan 19, 2025
1 parent 3b68d79 commit 61d30d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/ftp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#ifdef WIN32
#include <io.h>
#endif
#include <limits.h>
#include <stdexcept>

#include "../assertAPI.h"
Expand Down

0 comments on commit 61d30d6

Please sign in to comment.