[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41799] trunk/blender/source/blender/ modifiers/intern/MOD_ocean.c: Make Ocean modifier compile again! Also removed it?\226?\128? \153s $ID$ heading stuff.

Bastien Montagne montagne29 at wanadoo.fr
Sun Nov 13 16:41:40 CET 2011


Revision: 41799
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41799
Author:   mont29
Date:     2011-11-13 15:41:40 +0000 (Sun, 13 Nov 2011)
Log Message:
-----------
Make Ocean modifier compile again! Also removed it?\226?\128?\153s $ID$ heading stuff.

Modified Paths:
--------------
    trunk/blender/source/blender/modifiers/intern/MOD_ocean.c

Modified: trunk/blender/source/blender/modifiers/intern/MOD_ocean.c
===================================================================
--- trunk/blender/source/blender/modifiers/intern/MOD_ocean.c	2011-11-13 15:17:24 UTC (rev 41798)
+++ trunk/blender/source/blender/modifiers/intern/MOD_ocean.c	2011-11-13 15:41:40 UTC (rev 41799)
@@ -1,6 +1,4 @@
 /**
- * $Id: MOD_ocean.c 28135 2010-04-11 23:20:03Z gsrb3d $
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or
@@ -43,6 +41,7 @@
 #include "BLI_math.h"
 #include "BLI_math_inline.h"
 #include "BLI_utildefines.h"
+#include "BLI_string.h"
 
 #include "MOD_util.h"
 




More information about the Bf-blender-cvs mailing list