Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 270116 | Differences between
and this patch

Collapse All | Expand All

(-)SimGear-1.9.1.orig/simgear/debug/logstream.hxx (+2 lines)
Lines 27-36 Link Here
27
27
28
#include <simgear/compiler.h>
28
#include <simgear/compiler.h>
29
29
30
#ifdef _MSC_VER
30
#ifdef _MSC_VER
31
#  include <windows.h>
31
#  include <windows.h>
32
#else
33
#  include <cstdio>
32
#endif
34
#endif
33
35
34
#include <streambuf>
36
#include <streambuf>
35
#include <ostream>
37
#include <ostream>
36
38

Return to bug 270116