Add logstream header files when using SG_LOG()
This commit is contained in:
parent
3ade4d02e6
commit
46d48f7f98
2 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include <simgear/compiler.h>
|
||||
#include STL_IOSTREAM
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include <simgear/compiler.h>
|
||||
#include STL_IOSTREAM
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
|
||||
#include <math.h>
|
||||
#include "sphrintp.h"
|
||||
|
|
Loading…
Reference in a new issue