// -*- C++ -*- /** * \file std_ostream.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. */ #ifndef STD_OSTREAM_H #define STD_OSTREAM_H #ifdef HAVE_OSTREAM #include #else #include #endif #endif // NOT STD_OSTREAM_H