]> git.mxchange.org Git - simgear.git/commitdiff
compilation fix: <cstring> for strcmp()
authormfranz <mfranz>
Mon, 22 Dec 2008 18:01:34 +0000 (18:01 +0000)
committermfranz <mfranz>
Mon, 22 Dec 2008 18:01:34 +0000 (18:01 +0000)
simgear/props/props_io.cxx

index df68d58505c67866227083ced3c5b95aa7a298f1..3938745f796be71f06ba1af417faae4730069344 100644 (file)
@@ -27,6 +27,7 @@
 #include <iostream>
 #include <fstream>
 #include <string>
+#include <cstring>             // strcmp()
 #include <vector>
 #include <map>