From 36211f93eb358ed51f9f6229b4942df037fbf2f1 Mon Sep 17 00:00:00 2001 From: "Liam P. White" Date: Sun, 7 Sep 2014 12:34:04 -0400 Subject: Add "HAVE_GLIBMM_THREADS_H" check to fillet-chamfer (bzr r13341.1.200) --- src/live_effects/lpe-fillet-chamfer.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/live_effects/lpe-fillet-chamfer.h b/src/live_effects/lpe-fillet-chamfer.h index 420425650..2c1d83b2b 100644 --- a/src/live_effects/lpe-fillet-chamfer.h +++ b/src/live_effects/lpe-fillet-chamfer.h @@ -15,7 +15,13 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include +#if HAVE_CONFIG_H +# include "config.h" +#endif + +#if defined(GLIBMM_DISABLE_DEPRECATED) && defined(HAVE_GLIBMM_THREADS_H) +# include +#endif #include "live_effects/parameter/enum.h" #include "live_effects/parameter/bool.h" -- cgit v1.2.3