Skip to content

Commit 8142fc8

Browse files
Yoann Longmrtazz
authored andcommitted
fix isspace is not a member of std with Visual Studio 2017
1 parent d385de3 commit 8142fc8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/restclient-cpp/helpers.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#define INCLUDE_RESTCLIENT_CPP_HELPERS_H_
1111

1212
#include <string>
13+
#include <cctype>
1314
#include <algorithm>
1415
#include <functional>
1516

0 commit comments

Comments
 (0)