]> git.lyx.org Git - lyx.git/blob - src/support/std_sstream.h
The std::string mammoth path.
[lyx.git] / src / support / std_sstream.h
1 // -*- C++ -*-
2 /**
3  * \file std_sstream.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Lars Gullik Bjønnes
8  * \author Jean-Marc Lasgouttes
9  *
10  * Full author contact details are available in file CREDITS.
11  */
12
13 #ifndef STD_SSTREAM_H
14 #define STD_SSTREAM_H
15
16 #ifdef HAVE_SSTREAM
17 #include <sstream>
18 #else
19 #include "support/sstream.h"
20 #endif
21
22 #endif // NOT STD_SSTREAM_H