From 72f896d6b6ccd189bde17b69c3bb6d50151a9fe1 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 12 Dec 2012 09:17:28 -0800 Subject: [PATCH] Include cctype for isprint. --- format.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/format.cc b/format.cc index c771d33c..5f07c548 100644 --- a/format.cc +++ b/format.cc @@ -30,6 +30,7 @@ #include #include +#include #include #include #include