lib: Fixing include needed for single argument std::isspace().
commit64927f14af599691bd9c21ce6b257c20295b32cf
authorToby Gray <toby.gray@realvnc.com>
Tue, 25 Sep 2012 15:52:41 +0000 (25 16:52 +0100)
committerChris Frey <cdfrey@foursquare.net>
Fri, 5 Apr 2013 21:24:25 +0000 (5 17:24 -0400)
treed9554929aa58e33ba950df9bfcfec4dfc1d8292f
parent540e2c37ccdcab53bd30888b4b5be62683807871
lib: Fixing include needed for single argument std::isspace().

This is needed as the single argument std::isspace comes from the C++
version of ctype.h (<cctype>) and only the two argument version comes
from <locale>.
src/trim.h