From bffae58175b50bda3cc258c5aecb389adb2d9b5e Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Thu, 4 Oct 2001 19:14:26 +0000 Subject: Allow to compile in Windows. --- progs/demos/isosurf.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'progs/demos/isosurf.c') diff --git a/progs/demos/isosurf.c b/progs/demos/isosurf.c index 2706ad9..437cdf4 100644 --- a/progs/demos/isosurf.c +++ b/progs/demos/isosurf.c @@ -1,4 +1,4 @@ -/* $Id: isosurf.c,v 1.12 2001/06/04 15:34:31 keithw Exp $ */ +/* $Id: isosurf.c,v 1.13 2001/10/04 19:14:26 kschultz Exp $ */ /* * Display an isosurface of 3-D wind speed volume. @@ -30,6 +30,9 @@ #include #include #include +#ifdef _WIN32 +#include +#endif #define GL_GLEXT_LEGACY #include "GL/glut.h" -- cgit v1.1