Move using directives around, as pointed out by Angus

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1021 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2000-09-15 12:08:06 +00:00
parent 160dc67127
commit 525c430bc7

View File

@ -14,10 +14,11 @@
#ifdef HAVE_SSTREAM
#include <sstream>
using std::istringstream;
using std::ostringstream;
#else
#include "support/sstream.h"
#endif
using std::istringstream;
using std::ostringstream;
#endif