lyx_mirror/src/support/LOstream.h
Angus Leeming 02e9472374 doxygen fixes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5347 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-26 08:57:43 +00:00

18 lines
269 B
C++

// -*- C++ -*-
/**
* \file LOstream.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*/
#ifndef LOSTREAM_H
#define LOSTREAM_H
#ifdef HAVE_OSTREAM
#include <ostream>
#else
#include <iostream>
#endif
#endif