Juan Zacarias has proposed merging lp:~zorba-coders/zorba/windows_fix into 
lp:zorba.

Commit message:
Added missing header, needed for Windows build

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

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/windows_fix/+merge/160156

Added missing header, needed for Windows build
-- 
https://code.launchpad.net/~zorba-coders/zorba/windows_fix/+merge/160156
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/store/naive/json_items.h'
--- src/store/naive/json_items.h	2013-04-18 03:30:38 +0000
+++ src/store/naive/json_items.h	2013-04-22 16:52:38 +0000
@@ -22,6 +22,7 @@
 #include <zorba/config.h>
 #include "util/stl_util.h"
 #include "util/unordered_map.h"
+#include "util/hash/hash.h"
 
 #include "diagnostics/assert.h"
 
@@ -33,7 +34,6 @@
 #include "simple_collection.h"
 #include "structured_item.h"
 
-
 namespace zorba
 {
 

-- 
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

Reply via email to