summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2014-08-08 12:47:02 +0200
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2014-08-08 12:47:02 +0200
commitdf361299c3f9a0922a683e5fa3869764932bb19a (patch)
tree2b0e68726049ef37ad8d3ce691af76ae5585fd9a
parent875f0aa81947dc66dc0f9aa876be149c150a2756 (diff)
downloadsigc++-df361299c3f9a0922a683e5fa3869764932bb19a.tar.gz
Add an include in limit_reference.h
* sigc++/macros/limit_reference.h.m4: limit_reference.h must include visit_each.h, with the primary definition of template struct visitor. https://mail.gnome.org/archives/libsigc-list/2014-August/msg00001.html
-rw-r--r--sigc++/macros/limit_reference.h.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/sigc++/macros/limit_reference.h.m4 b/sigc++/macros/limit_reference.h.m4
index 802446c..bb4b3b7 100644
--- a/sigc++/macros/limit_reference.h.m4
+++ b/sigc++/macros/limit_reference.h.m4
@@ -137,6 +137,7 @@ divert(0)
_FIREWALL([LIMIT_REFERENCE])
+#include <sigc++/visit_each.h>
#include <sigc++/type_traits.h>
#include <sigc++/trackable.h>