[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37563] branches/soc-2011-avocado/blender/ intern/autoseam/AutoseamAdjacency.cpp: need to include stdio.h to compile

Tom Musgrove LetterRip at gmail.com
Thu Jun 16 20:02:14 CEST 2011


Revision: 37563
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37563
Author:   letterrip
Date:     2011-06-16 18:02:14 +0000 (Thu, 16 Jun 2011)
Log Message:
-----------
need to include stdio.h to compile

Modified Paths:
--------------
    branches/soc-2011-avocado/blender/intern/autoseam/AutoseamAdjacency.cpp

Modified: branches/soc-2011-avocado/blender/intern/autoseam/AutoseamAdjacency.cpp
===================================================================
--- branches/soc-2011-avocado/blender/intern/autoseam/AutoseamAdjacency.cpp	2011-06-16 17:32:24 UTC (rev 37562)
+++ branches/soc-2011-avocado/blender/intern/autoseam/AutoseamAdjacency.cpp	2011-06-16 18:02:14 UTC (rev 37563)
@@ -1,6 +1,6 @@
 #include "AutoseamAdjacency.h"
+#include <stdio.h>
 
-
 AutoseamAdjacency::AutoseamAdjacency(int dimension)
 {
     m_adjacency = MatrixXd::Zero(dimension, dimension);
@@ -104,4 +104,4 @@
         }
     }
     return best;
-}
\ No newline at end of file
+}




More information about the Bf-blender-cvs mailing list