From: Jonathan P. <jp...@us...> - 2004-11-16 02:24:22
|
Update of /cvsroot/sheepengine/sheep/src/framework In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31821/src/framework Modified Files: main.cpp Log Message: - tweaked the VS.NET build process - fixed missing <iostream> in sheepframework Index: main.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/framework/main.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** main.cpp 10 Nov 2004 00:09:13 -0000 1.6 --- main.cpp 16 Nov 2004 02:24:13 -0000 1.7 *************** *** 29,32 **** --- 29,33 ---- #include <cassert> #include <cstdlib> + #include <iostream> #include <GL/glut.h> #include <IL/il.h> |