lyx_mirror/src/support/LOstream.h

18 lines
269 B
C
Raw Normal View History

// -*- 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