]> git.mxchange.org Git - flightgear.git/commitdiff
Linux needs explicit <cstring> include.
authorJames Turner <zakalawe@mac.com>
Fri, 21 Sep 2012 10:34:28 +0000 (11:34 +0100)
committerJames Turner <zakalawe@mac.com>
Fri, 21 Sep 2012 10:34:28 +0000 (11:34 +0100)
src/GUI/new_gui.hxx

index 5e8b1f8479077b86cacbe4ec10086fb57a5383ad..d0e09571304eb8b85692087fb59027fb380e89b1 100644 (file)
@@ -10,6 +10,7 @@
 #include <vector>
 #include <map>
 #include <memory> // for auto_ptr on some systems
+#include <cstring> // for strcmp in lstr() (in this header, alas)
 
 class FGMenuBar;
 class FGDialog;