← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/feature-setvar-typed--jdbc into lp:zorba/jdbc-module

 

Paul J. Lucas has proposed merging lp:~zorba-coders/zorba/feature-setvar-typed--jdbc into lp:zorba/jdbc-module.

Commit message:
Fixed #include.

Requested reviews:
  Paul J. Lucas (paul-lucas)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/feature-setvar-typed--jdbc/+merge/217847

Fixed #include.
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-setvar-typed--jdbc/+merge/217847
Your team Zorba Coders is subscribed to branch lp:zorba/jdbc-module.
=== modified file 'include/jsonitemsequence.h'
--- include/jsonitemsequence.h	2012-12-22 14:35:53 +0000
+++ include/jsonitemsequence.h	2014-04-30 23:09:32 +0000
@@ -19,8 +19,11 @@
 
 #include <map>
 #include <string>
+#include <jni.h>
+
 #include <zorba/zorba.h>
-#include "jni.h"
+#include <zorba/iterator.h>
+#include <zorba/item_sequence.h>
 
 namespace zorba
 {
@@ -77,4 +80,4 @@
 
 }}; // namespace zorba, jdbc
 
-#endif
\ No newline at end of file
+#endif


References