From bc16ed65b736c13931fbb3827192d5e7182bea17 Mon Sep 17 00:00:00 2001 From: ponchio Date: Mon, 14 Feb 2005 14:49:09 +0000 Subject: [PATCH] *** empty log message *** --- apps/nexus/nexusview.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/nexus/nexusview.cpp b/apps/nexus/nexusview.cpp index 889d96ae..3aa8fad5 100644 --- a/apps/nexus/nexusview.cpp +++ b/apps/nexus/nexusview.cpp @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.34 2005/02/14 14:21:24 ponchio +Preload disabled at startap (-p) + Revision 1.33 2005/02/10 09:18:20 ponchio Statistics. @@ -151,6 +154,9 @@ using namespace std; #include +//this include MUST precede GL includes. +#include + #ifdef WIN32 #include #endif @@ -162,7 +168,6 @@ using namespace std; #include #include "watch.h" -#include using namespace vcg; using namespace nxs;