* scribo/filter/line_links_x_height.hh,
* scribo/primitive/identify.hh: Here.
---
scribo/ChangeLog | 7 +++++++
scribo/scribo/filter/line_links_x_height.hh | 1 +
scribo/scribo/primitive/identify.hh | 7 +++++--
3 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index 8683016..8d534cd 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-27 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ Fix missing includes.
+
+ * scribo/filter/line_links_x_height.hh,
+ * scribo/primitive/identify.hh: Here.
+
2011-01-26 Guillaume Lazzara <z(a)lrde.epita.fr>
Make use of paragraph information in HTML output.
diff --git a/scribo/scribo/filter/line_links_x_height.hh
b/scribo/scribo/filter/line_links_x_height.hh
index 47f214e..0fcc341 100644
--- a/scribo/scribo/filter/line_links_x_height.hh
+++ b/scribo/scribo/filter/line_links_x_height.hh
@@ -32,6 +32,7 @@
# include <scribo/core/macros.hh>
# include <scribo/core/line_set.hh>
+# include <scribo/core/line_links.hh>
namespace scribo
diff --git a/scribo/scribo/primitive/identify.hh b/scribo/scribo/primitive/identify.hh
index 7d0c3e6..81a7d16 100644
--- a/scribo/scribo/primitive/identify.hh
+++ b/scribo/scribo/primitive/identify.hh
@@ -31,6 +31,9 @@
\fixme Add support for more component type (graphic, images, ...)
*/
+# include <mln/trace/all.hh>
+# include <scribo/core/component_set.hh>
+
namespace scribo
{
@@ -41,7 +44,7 @@ namespace scribo
component_set<L>
identify(const component_set<L> comps)
{
- trace::entering("scribo::primitive::identify");
+ mln::trace::entering("scribo::primitive::identify");
mln_assertion(comps.is_valid());
@@ -61,7 +64,7 @@ namespace scribo
output(c).update_type(component::Separator);
}
- trace::exiting("scribo::primitive::identify");
+ mln::trace::exiting("scribo::primitive::identify");
return output;
}
--
1.5.6.5