Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r2048 - trunk/Model/Primitives


Chronological Thread 
  • From: "Thiago Ize" <thiago@sci.utah.edu>
  • To: manta@sci.utah.edu
  • Subject: [Manta] r2048 - trunk/Model/Primitives
  • Date: Mon, 11 Feb 2008 13:50:17 -0700 (MST)

Author: thiago
Date: Mon Feb 11 13:50:16 2008
New Revision: 2048

Modified:
   trunk/Model/Primitives/QuadFacedHexahedron.cc
Log:
Need to include iostream to use cout. Without this, non-sse builds
were not compiling (different files get included).


Modified: trunk/Model/Primitives/QuadFacedHexahedron.cc
==============================================================================
--- trunk/Model/Primitives/QuadFacedHexahedron.cc       (original)
+++ trunk/Model/Primitives/QuadFacedHexahedron.cc       Mon Feb 11 13:50:16 
2008
@@ -6,6 +6,7 @@
 #include <Interface/Context.h>
 #include <Interface/RayPacket.h>
 
+#include <iostream>
 #include <sstream>
 
 using namespace Manta;




  • [Manta] r2048 - trunk/Model/Primitives, Thiago Ize, 02/11/2008

Archive powered by MHonArc 2.6.16.

Top of page