Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210677-html into lp:zorba/html-module.
Commit message: Add #include <memory>. Requested reviews: Zorba Coders (zorba-coders) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-1210677-html/+merge/185902 -- https://code.launchpad.net/~zorba-coders/zorba/bug-1210677-html/+merge/185902 Your team Zorba Coders is requested to review the proposed merge of lp:~zorba-coders/zorba/bug-1210677-html into lp:zorba/html-module.
=== modified file 'src/html.xq.src/html.cpp' --- src/html.xq.src/html.cpp 2013-08-05 15:14:21 +0000 +++ src/html.xq.src/html.cpp 2013-09-16 18:50:44 +0000 @@ -15,6 +15,7 @@ */ #include <sstream> +#include <memory> #include <zorba/empty_sequence.h> #include <zorba/singleton_item_sequence.h>
-- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe : https://launchpad.net/~zorba-coders More help : https://help.launchpad.net/ListHelp