]> git.mxchange.org Git - flightgear.git/commitdiff
Fix missing include for Linux.
authorJames Turner <zakalawe@mac.com>
Sun, 17 Mar 2013 14:07:07 +0000 (14:07 +0000)
committerJames Turner <zakalawe@mac.com>
Sun, 17 Mar 2013 14:07:07 +0000 (14:07 +0000)
src/Environment/metarproperties.cxx

index 816ca5e3cb9a277f9f6f4a91a093799f07e1d15d..dde436bc7bb4cc463743fc77368e30732f83ef4b 100644 (file)
@@ -24,6 +24,8 @@
 #  include <config.h>
 #endif
 
+#include <cstring> // for strlen
+
 #include "metarproperties.hxx"
 #include "fgmetar.hxx"
 #include "environment.hxx"