Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2011-11-13 19:41:40 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2011-11-13 19:41:40 +0400
commit2af9b9476e89b8e9952535b9d7c28d2783cc6ca7 (patch)
tree0243d6c0b16a8a8803d710a0e4b2c0ef350f38a2 /source/blender/modifiers
parent8b323417751ecc051e445a8e69188cf00afa3c4e (diff)
Make Ocean modifier compile again! Also removed it’s $ID$ heading stuff.
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_ocean.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/modifiers/intern/MOD_ocean.c b/source/blender/modifiers/intern/MOD_ocean.c
index 2613cf2b944..2c921f2000f 100644
--- a/source/blender/modifiers/intern/MOD_ocean.c
+++ b/source/blender/modifiers/intern/MOD_ocean.c
@@ -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"