// -*- C++ -*- /** * \file std_sstream.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * * \author Lars Gullik Bjønnes * \author Jean-Marc Lasgouttes * * Full author contact details are available in file CREDITS. */ #ifndef STD_SSTREAM_H #define STD_SSTREAM_H #ifdef HAVE_SSTREAM #include #else #include "support/sstream.h" #endif #endif // NOT STD_SSTREAM_H