Add missing include: <cctype> for unary std::islower()

Thanks to Ron H. for the report.
This commit is contained in:
Florent Rougon
2016-12-18 11:02:01 +01:00
parent 892579456d
commit d39a56d4fb

View File

@@ -25,6 +25,7 @@
#include <vg/openvg.h>
#include <cassert>
#include <cctype>
namespace simgear
{