From: curt Date: Wed, 3 Jun 1998 00:43:28 +0000 (+0000) Subject: No .h when including stl stuff. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a8d69d9d3c41eae13aa4bf3cce6e3d2685dacee5;p=flightgear.git No .h when including stl stuff. --- diff --git a/Cockpit/hud.hxx b/Cockpit/hud.hxx index 0e7f186eb..f62575bda 100644 --- a/Cockpit/hud.hxx +++ b/Cockpit/hud.hxx @@ -44,7 +44,7 @@ //using namespace std; -#include // STL +#include // STL #ifndef WIN32 @@ -446,9 +446,12 @@ void fgHUDSetTimeMode( Hptr hud, int time_of_day ); #endif // _HUD_H /* $Log$ -/* Revision 1.5 1998/05/17 16:58:13 curt -/* Added a View Frustum Culling ratio display to the hud. +/* Revision 1.6 1998/06/03 00:43:28 curt +/* No .h when including stl stuff. /* + * Revision 1.5 1998/05/17 16:58:13 curt + * Added a View Frustum Culling ratio display to the hud. + * * Revision 1.4 1998/05/16 13:04:15 curt * New updates from Charlie Hotchkiss. *