zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #25202
[Merge] lp:~zorba-coders/zorba/bug-942161-image into lp:zorba/image-module
Paul J. Lucas has proposed merging lp:~zorba-coders/zorba/bug-942161-image into lp:zorba/image-module.
Commit message:
Added missing #include.
Requested reviews:
Paul J. Lucas (paul-lucas)
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-942161-image/+merge/179980
Added missing #include.
--
https://code.launchpad.net/~zorba-coders/zorba/bug-942161-image/+merge/179980
Your team Zorba Coders is subscribed to branch lp:zorba/image-module.
=== modified file 'src/com/zorba-xquery/www/modules/image/image_commons/image_function.h'
--- src/com/zorba-xquery/www/modules/image/image_commons/image_function.h 2012-11-08 14:05:29 +0000
+++ src/com/zorba-xquery/www/modules/image/image_commons/image_function.h 2013-08-13 19:10:47 +0000
@@ -22,6 +22,8 @@
#include <zorba/item.h>
#include <zorba/iterator.h>
#include <zorba/options.h>
+#include <zorba/zorba_string.h>
+
#include <Magick++.h>
namespace zorba { namespace imagemodule {
Follow ups