mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Add missing #include.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9636 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
03ea5d80b7
commit
1cc17a653e
@ -1,3 +1,7 @@
|
||||
2005-02-15 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* environment.C: add missing #include.
|
||||
|
||||
2005-02-15 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* environment.[Ch]: new files. Move the environment setter/getter
|
||||
|
@ -19,11 +19,12 @@
|
||||
|
||||
#include <cstdlib>
|
||||
#include <map>
|
||||
|
||||
#include <sstream>
|
||||
|
||||
using std::string;
|
||||
using std::vector;
|
||||
|
||||
|
||||
namespace lyx {
|
||||
namespace support {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user