Skip to content

Commit

Permalink
Add #include <cctype> for std::isspace
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed Sep 3, 2020
1 parent 1993634 commit e67a7d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/matplot/util/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#define MATPLOTPLUSPLUS_COMMON_H

#include <algorithm>
#include <cctype>
#include <complex>
#include <functional>
#include <map>
Expand Down

0 comments on commit e67a7d6

Please sign in to comment.