mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-23 02:53:55 +00:00
Fixed include guards on std::ostream wrappers
This commit is contained in:
parent
d3f0932b20
commit
073cc246b6
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
#ifndef MANGLE_STREAM_FILESERVER_H
|
#ifndef MANGLE_OSTREAM_FILESERVER_H
|
||||||
#define MANGLE_STREAM_FILESERVER_H
|
#define MANGLE_OSTREAM_FILESERVER_H
|
||||||
|
|
||||||
#include "std_ostream.hpp"
|
#include "std_ostream.hpp"
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef MANGLE_STREAM_STDIOSERVER_H
|
#ifndef MANGLE_OSTREAM_STDIOSERVER_H
|
||||||
#define MANGLE_STREAM_STDIOSERVER_H
|
#define MANGLE_OSTREAM_STDIOSERVER_H
|
||||||
|
|
||||||
#include "../stream.hpp"
|
#include "../stream.hpp"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
Loading…
Reference in a new issue