From 474e82bd95f0a3b9ac5b1361e541ae25ddb7f8b4 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 4 Mar 1999 20:11:49 +0000 Subject: Added HAVE_GL check to CubeView demo code. git-svn-id: file:///fltk/svn/fltk/trunk@368 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/CubeView.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'test/CubeView.h') diff --git a/test/CubeView.h b/test/CubeView.h index c58060099..d00d517da 100644 --- a/test/CubeView.h +++ b/test/CubeView.h @@ -1,5 +1,5 @@ // -// "$Id: CubeView.h,v 1.1 1999/02/22 21:33:54 mike Exp $" +// "$Id: CubeView.h,v 1.2 1999/03/04 20:11:49 mike Exp $" // // CubeView class definitions for the Fast Light Tool Kit (FLTK). // @@ -28,8 +28,10 @@ #include #include #include -#include -#include +#ifdef HAVE_GL +# include +# include +#endif /* HAVE_GL */ #include @@ -109,5 +111,5 @@ private: #endif // -// End of "$Id: CubeView.h,v 1.1 1999/02/22 21:33:54 mike Exp $". +// End of "$Id: CubeView.h,v 1.2 1999/03/04 20:11:49 mike Exp $". // -- cgit v1.2.3