Add missing include: <cctype> for unary std::islower()
Thanks to Ron H. for the report.
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
#include <vg/openvg.h>
|
||||
#include <cassert>
|
||||
#include <cctype>
|
||||
|
||||
namespace simgear
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user