mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
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:
parent
160dc67127
commit
525c430bc7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user