Skip to content

Commit

Permalink
Add missing <cctype> header for std::isspace
Browse files Browse the repository at this point in the history
  • Loading branch information
philwo committed Sep 7, 2023
1 parent fde9ddc commit 0bad5a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/logging.cc
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
#include <cerrno> // for errno
#include <sstream>
#include <regex>
#include <cctype> // for std::isspace
#ifdef GLOG_OS_WINDOWS
#include "windows/dirent.h"
#else
Expand Down

0 comments on commit 0bad5a5

Please sign in to comment.