]> git.lyx.org Git - lyx.git/blob - src/support/std_ostream.h
Patch from "hzluo" <memcache@gmail.com>:
[lyx.git] / src / support / std_ostream.h
1 // -*- C++ -*-
2 /**
3  * \file std_ostream.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  */
7
8 #ifndef STD_OSTREAM_H
9 #define STD_OSTREAM_H
10
11 #ifdef HAVE_OSTREAM
12 #include <ostream>
13 #else
14 #include <iostream>
15 #endif
16
17 #endif // NOT STD_OSTREAM_H