Merge lp:~zorba-coders/zorba/bug-942161-image into lp:zorba/image-module

Proposed by Paul J. Lucas
Status: Merged
Approved by: Paul J. Lucas
Approved revision: 60
Merged at revision: 60
Proposed branch: lp:~zorba-coders/zorba/bug-942161-image
Merge into: lp:zorba/image-module
Diff against target: 12 lines (+2/-0)
1 file modified
src/com/zorba-xquery/www/modules/image/image_commons/image_function.h (+2/-0)
To merge this branch: bzr merge lp:~zorba-coders/zorba/bug-942161-image
Reviewer Review Type Date Requested Status
Matthias Brantner Approve
Paul J. Lucas Approve
Review via email: mp+179980@code.launchpad.net

Commit message

Added missing #include.

Description of the change

Added missing #include.

To post a comment you must log in.
Revision history for this message
Paul J. Lucas (paul-lucas) :
review: Approve
Revision history for this message
Matthias Brantner (matthias-brantner) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue succeeded - proposal merged!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/com/zorba-xquery/www/modules/image/image_commons/image_function.h'
2--- src/com/zorba-xquery/www/modules/image/image_commons/image_function.h 2012-11-08 14:05:29 +0000
3+++ src/com/zorba-xquery/www/modules/image/image_commons/image_function.h 2013-08-13 19:10:47 +0000
4@@ -22,6 +22,8 @@
5 #include <zorba/item.h>
6 #include <zorba/iterator.h>
7 #include <zorba/options.h>
8+#include <zorba/zorba_string.h>
9+
10 #include <Magick++.h>
11
12 namespace zorba { namespace imagemodule {

Subscribers

People subscribed via source and target branches

to all changes: