Linux needs explicit <cstring> include.
This commit is contained in:
parent
6e7ac46751
commit
d56ac505c4
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue