fix "make check" with gcc 4.3

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28860 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2009-03-18 22:49:51 +00:00
parent 1a94a63db8
commit 8bb055a973

View File

@ -10,6 +10,7 @@
#include <config.h>
#include <cstdlib>
#include <iostream>
#include <boost/assert.hpp>