lyx_mirror/src/support/LIstream.h

18 lines
269 B
C
Raw Normal View History

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