endl is defined in ostream, iomanip is not enough (it matters for gcc 4.3)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24640 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2008-05-06 14:29:06 +00:00
parent 048ae6f2b8
commit 1797f5218b

View File

@ -22,6 +22,7 @@
#include <cerrno>
#include <iomanip>
#include <map>
#include <ostream>
#include <string>
using namespace std;