lyx_mirror/src/support/std_ostream.h

18 lines
299 B
C
Raw Normal View History

// -*- 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 <ostream>
#else
#include <iostream>
#endif
#endif // NOT STD_OSTREAM_H