1
0
Fork 0

Linux needs explicit <cstring> include.

This commit is contained in:
James Turner 2012-09-21 11:34:28 +01:00
parent 6e7ac46751
commit d56ac505c4

View 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;