From 2313f482a38705a1aeca9571d50353ace4c04453 Mon Sep 17 00:00:00 2001
From: James Turner <zakalawe@mac.com>
Date: Sat, 13 Oct 2018 09:07:32 +0100
Subject: [PATCH] Add missing C-string include for strcmp

---
 src/Main/XLIFFParser.cxx | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/Main/XLIFFParser.cxx b/src/Main/XLIFFParser.cxx
index 4cbb1e49e..c16d409fa 100644
--- a/src/Main/XLIFFParser.cxx
+++ b/src/Main/XLIFFParser.cxx
@@ -20,6 +20,8 @@
 
 #include "XLIFFParser.hxx"
 
+#include <cstring>
+
 // simgear
 #include <simgear/debug/logstream.hxx>
 #include <simgear/props/props.hxx>