1
0
Fork 0

Add missing C-string include for strcmp

This commit is contained in:
James Turner 2018-10-13 09:07:32 +01:00
parent dbb99ee550
commit 2313f482a3

View file

@ -20,6 +20,8 @@
#include "XLIFFParser.hxx"
#include <cstring>
// simgear
#include <simgear/debug/logstream.hxx>
#include <simgear/props/props.hxx>