> > if we just add <cstdlib> will it work with 4.3? > > Yes. :-)
ok, this should go to branch. i let the decision whether to keep stdlib.h on Juergen. pavel
Index: src/insets/InsetBibtex.cpp =================================================================== --- src/insets/InsetBibtex.cpp (revision 24046) +++ src/insets/InsetBibtex.cpp (working copy) @@ -33,6 +33,7 @@ #include "support/textutils.h" #include <boost/tokenizer.hpp> +#include <limits> namespace lyx { Index: src/support/abort.cpp =================================================================== --- src/support/abort.cpp (revision 24046) +++ src/support/abort.cpp (working copy) @@ -15,6 +15,8 @@ namespace lyx { +#include <cstdlib> + #ifdef HAVE_STDLIB_H # include <stdlib.h> #endif