patch-src_gui_duck_h 418 B

123456789101112131415
  1. $OpenBSD: patch-src_gui_duck_h,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
  2. Fix build with libsigc++ >= 2.6.0.
  3. --- src/gui/duck.h.orig Thu Jul 9 09:33:04 2015
  4. +++ src/gui/duck.h Thu Sep 24 11:06:18 2015
  5. @@ -38,7 +38,6 @@
  6. #include <synfig/string.h>
  7. #include <synfig/real.h>
  8. #include <sigc++/signal.h>
  9. -#include <sigc++/object.h>
  10. #include <synfig/time.h>
  11. #include <ETL/smart_ptr>
  12. #include <synfigapp/value_desc.h>