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:
authorMike Erwin <significant.bit@gmail.com>2016-08-17 00:14:42 +0300
committerMike Erwin <significant.bit@gmail.com>2016-08-17 00:14:42 +0300
commitb92d76000d93758309c35c09f3a06c6103cc8bd0 (patch)
tree766f91e493c273ec74f9651343673084ec77e357 /source/blender/blenlib/BLI_system.h
parentb8f27b25145b23ebaa402aa6873ebfcbadc3491f (diff)
fix #includes for GPU debug
Can now build release and debug. Close to final version in master (which took several commits).
Diffstat (limited to 'source/blender/blenlib/BLI_system.h')
-rw-r--r--source/blender/blenlib/BLI_system.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/blenlib/BLI_system.h b/source/blender/blenlib/BLI_system.h
index cb8cb6f5a0d..f51b9623803 100644
--- a/source/blender/blenlib/BLI_system.h
+++ b/source/blender/blenlib/BLI_system.h
@@ -21,15 +21,14 @@
#ifndef __BLI_SYSTEM_H__
#define __BLI_SYSTEM_H__
+#include <stdio.h>
+
/** \file BLI_system.h
* \ingroup bli
*/
int BLI_cpu_support_sse2(void);
-
-#if defined(NDEBUG) || !defined(__BLI_UTILDEFINES_H__)
void BLI_system_backtrace(FILE *fp);
-#endif
/* getpid */
#ifdef WIN32