From: mfranz <mfranz>
Date: Mon, 22 Dec 2008 18:01:34 +0000 (+0000)
Subject: compilation fix: <cstring> for strcmp()
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=74a4144193176d7a506fe3d24fb76a25cbd37463;p=simgear.git

compilation fix: <cstring> for strcmp()
---

diff --git a/simgear/props/props_io.cxx b/simgear/props/props_io.cxx
index df68d585..3938745f 100644
--- a/simgear/props/props_io.cxx
+++ b/simgear/props/props_io.cxx
@@ -27,6 +27,7 @@
 #include <iostream>
 #include <fstream>
 #include <string>
+#include <cstring>		// strcmp()
 #include <vector>
 #include <map>