From c0df405028494695ebd0b0a497c7526a2520cafd Mon Sep 17 00:00:00 2001 From: "Liam P. White" Date: Fri, 16 May 2014 17:53:59 -0400 Subject: Fix GTK+ 3 build (bzr r13341.1.35) --- src/live_effects/lpe-bspline.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src') diff --git a/src/live_effects/lpe-bspline.cpp b/src/live_effects/lpe-bspline.cpp index 454924d2b..b19b697c0 100644 --- a/src/live_effects/lpe-bspline.cpp +++ b/src/live_effects/lpe-bspline.cpp @@ -1,14 +1,27 @@ #define INKSCAPE_LPE_BSPLINE_C + /* * Released under GNU GPL, read the file 'COPYING' for more information */ + +#ifdef HAVE_CONFIG_H +# include +#endif + +#if WITH_GLIBMM_2_32 +# include +#endif + #include #include #include #include #include + #include #include + + #include "display/curve.h" #include <2geom/bezier-curve.h> #include <2geom/point.h> -- cgit v1.2.3