zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #27035
[Merge] lp:~zorba-coders/zorba/feature-setvar-typed--graphviz into lp:zorba/graphviz-module
Paul J. Lucas has proposed merging lp:~zorba-coders/zorba/feature-setvar-typed--graphviz into lp:zorba/graphviz-module.
Commit message:
Fixed header.
Requested reviews:
Paul J. Lucas (paul-lucas)
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/feature-setvar-typed--graphviz/+merge/217861
Fixed header.
--
https://code.launchpad.net/~zorba-coders/zorba/feature-setvar-typed--graphviz/+merge/217861
Your team Zorba Coders is subscribed to branch lp:zorba/graphviz-module.
=== modified file 'src/com/zorba-xquery/www/modules/image/graphviz.xq.src/graphviz.h'
--- src/com/zorba-xquery/www/modules/image/graphviz.xq.src/graphviz.h 2012-06-05 13:24:57 +0000
+++ src/com/zorba-xquery/www/modules/image/graphviz.xq.src/graphviz.h 2014-05-01 01:58:51 +0000
@@ -17,9 +17,12 @@
#ifndef ZORBA_GRAPHVIZMODULE_GRAPHVIZ_H
#define ZORBA_GRAPHVIZMODULE_GRAPHVIZ_H
+// standard
#include <map>
+// Zorba
#include <zorba/iterator.h>
+#include <zorba/item_sequence.h>
#include <zorba/zorba.h>
#include <zorba/function.h>
#include <zorba/external_module.h>
References