Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing <cctype> header for std::isspace
Browse files Browse the repository at this point in the history
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
@@ -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

0 comments on commit 0bad5a5

Please sign in to comment.