Fix cout and endl not in the std:: namespace.
This commit is contained in:
parent
98712eddc8
commit
3a4ee63f3f
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@
|
|||
|
||||
#include "lights.hxx"
|
||||
|
||||
SG_USING_STD(cout);
|
||||
SG_USING_STD(endl);
|
||||
|
||||
|
||||
// calculate the runway light direction vector. We take the center of
|
||||
// one runway end - the center of the other end to get the direction
|
||||
|
|
Loading…
Add table
Reference in a new issue