1
0
Fork 0

Fix cout and endl not in the std:: namespace.

This commit is contained in:
david 2002-10-18 22:26:13 +00:00
parent 98712eddc8
commit 3a4ee63f3f

View file

@ -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