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:
authorNils Thuerey <nils@thuerey.de>2005-12-18 16:15:53 +0300
committerNils Thuerey <nils@thuerey.de>2005-12-18 16:15:53 +0300
commit97a4119be0ef89d2f4670f99903262b794e9e129 (patch)
tree2763dcabfe2d584c24457c022fd4361ad12d4a9d
parent5c1fe7d80e75f35a130566dfdebe2efabd9ee1d2 (diff)
- added render.h header include for RE_make_existing_file
-rw-r--r--source/blender/src/fluidsim.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/fluidsim.c b/source/blender/src/fluidsim.c
index a89c5e876f9..cb6519253b7 100644
--- a/source/blender/src/fluidsim.c
+++ b/source/blender/src/fluidsim.c
@@ -80,6 +80,7 @@
#include "BSE_headerbuttons.h"
#include "mydevice.h"
+#include "render.h" // for RE_make_existing_file
#include "SDL.h"
#include "SDL_thread.h"