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:
authorCampbell Barton <ideasman42@gmail.com>2009-07-31 00:11:59 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-07-31 00:11:59 +0400
commit1dbd47f4c3794585372f1de1551c790e678569c2 (patch)
tree8d914a7ed020dcff4a561df8d51b74be58e8044b /intern/smoke
parentfc9204b746109416cf4f9000e68a29b975b88e22 (diff)
wasnt building with gcc 4.4
Diffstat (limited to 'intern/smoke')
-rw-r--r--intern/smoke/intern/VEC3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/smoke/intern/VEC3.h b/intern/smoke/intern/VEC3.h
index ae159e11b4b..cc89b234e5a 100644
--- a/intern/smoke/intern/VEC3.h
+++ b/intern/smoke/intern/VEC3.h
@@ -7,6 +7,7 @@
#include <math.h>
#include <stdlib.h>
+#include <stdio.h>
#include <iostream>
#include <sstream>