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>2013-09-04 01:22:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-09-04 01:22:43 +0400
commit0994e7f96fd7b98ba3967ca44b93b93fa1c31920 (patch)
treee940d2effa5ddca225252f1082d44e498ff5ebe2 /source/blender/editors/space_view3d/drawvolume.c
parenta54dd1155f4e476dda77e4d6bad5c100854b96bc (diff)
move timeit macros into their own include, since they are only used for testing and unrelated to PIL_time.h typical use.
Diffstat (limited to 'source/blender/editors/space_view3d/drawvolume.c')
-rw-r--r--source/blender/editors/space_view3d/drawvolume.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_view3d/drawvolume.c b/source/blender/editors/space_view3d/drawvolume.c
index 542ed7af0e6..a7940faa47d 100644
--- a/source/blender/editors/space_view3d/drawvolume.c
+++ b/source/blender/editors/space_view3d/drawvolume.c
@@ -83,6 +83,7 @@ struct GPUTexture;
#ifdef DEBUG_DRAW_TIME
# include "PIL_time.h"
+# include "PIL_time_utildefines.h"
#endif
static int intersect_edges(float *points, float a, float b, float c, float d, float edges[12][2][3])