Add missing C-string include for strcmp
This commit is contained in:
parent
dbb99ee550
commit
2313f482a3
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
|
||||
#include "XLIFFParser.hxx"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
// simgear
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
#include <simgear/props/props.hxx>
|
||||
|
|
Loading…
Add table
Reference in a new issue