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/blender/misc/blendertimer.c')
-rw-r--r--source/blender/misc/blendertimer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/misc/blendertimer.c b/source/blender/misc/blendertimer.c
index 02b42a866b0..93b4cb275aa 100644
--- a/source/blender/misc/blendertimer.c
+++ b/source/blender/misc/blendertimer.c
@@ -34,6 +34,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#ifdef WIN32
#include "BLI_winstuff.h"
#else