lyx_mirror/src/support/std_sstream.h

23 lines
439 B
C
Raw Normal View History

// -*- 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<EFBFBD>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 <sstream>
#else
#include "support/sstream.h"
#endif
#endif // NOT STD_SSTREAM_H