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 'intern/action/test/action_cpp_test/ActionTest.cpp')
-rw-r--r--intern/action/test/action_cpp_test/ActionTest.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/intern/action/test/action_cpp_test/ActionTest.cpp b/intern/action/test/action_cpp_test/ActionTest.cpp
index 379cc41a5de..55173bafb7b 100644
--- a/intern/action/test/action_cpp_test/ActionTest.cpp
+++ b/intern/action/test/action_cpp_test/ActionTest.cpp
@@ -37,6 +37,10 @@
* @date March 31, 2001
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "ACT_ActionStack.h"
#include "TestAction.h"
@@ -80,4 +84,4 @@ int main()
testStack.redo();
return 0;
-} \ No newline at end of file
+}