Skip to content

Commit

Permalink
COMMON: isprint() needs ctype.h on MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
darkstar authored and DrMcCoy committed Jan 14, 2013
1 parent ba861d6 commit 5f808a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/strutil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
*/

#include <cstdio>
#include <cctype>

#include "common/strutil.h"
#include "common/util.h"
Expand Down

0 comments on commit 5f808a3

Please sign in to comment.