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:
Diffstat (limited to 'source/gameengine/SceneGraph/SG_Node.h')
-rw-r--r--source/gameengine/SceneGraph/SG_Node.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/gameengine/SceneGraph/SG_Node.h b/source/gameengine/SceneGraph/SG_Node.h
index e1b40c32ed3..31f796a004f 100644
--- a/source/gameengine/SceneGraph/SG_Node.h
+++ b/source/gameengine/SceneGraph/SG_Node.h
@@ -33,9 +33,12 @@
#define __SG_NODE_H
#include "SG_Spatial.h"
-
#include <vector>
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
typedef std::vector<SG_Node*> NodeList;
class SG_Node : public SG_Spatial