Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1754 - trunk/scenes


Chronological Thread 
  • From: thiago@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1754 - trunk/scenes
  • Date: Tue, 2 Oct 2007 11:22:10 -0600 (MDT)

Author: thiago
Date: Tue Oct  2 11:22:10 2007
New Revision: 1754

Modified:
   trunk/scenes/teapotRoom.cc
Log:
making code compile on non-sse again.

Modified: trunk/scenes/teapotRoom.cc
==============================================================================
--- trunk/scenes/teapotRoom.cc  (original)
+++ trunk/scenes/teapotRoom.cc  Tue Oct  2 11:22:10 2007
@@ -21,8 +21,9 @@
 #include <Model/Lights/PointLight.h>
 #include <Model/AmbientLights/ArcAmbient.h>
 
-
 #include <Core/Exceptions/IllegalArgument.h>
+
+#include <iostream>
 
 using namespace Manta;
 using namespace std;




  • [Manta] r1754 - trunk/scenes, thiago, 10/02/2007

Archive powered by MHonArc 2.6.16.

Top of page