From 0994e7f96fd7b98ba3967ca44b93b93fa1c31920 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 3 Sep 2013 21:22:43 +0000 Subject: move timeit macros into their own include, since they are only used for testing and unrelated to PIL_time.h typical use. --- source/blender/editors/space_view3d/drawvolume.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_view3d/drawvolume.c') 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]) -- cgit v1.2.3