Merge lp:~zorba-coders/zorba/windows_fix into lp:zorba

Proposed by Juan Zacarias
Status: Merged
Approved by: Juan Zacarias
Approved revision: 11397
Merged at revision: 11397
Proposed branch: lp:~zorba-coders/zorba/windows_fix
Merge into: lp:zorba
Diff against target: 18 lines (+1/-1)
1 file modified
src/store/naive/json_items.h (+1/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/windows_fix
Reviewer Review Type Date Requested Status
Paul J. Lucas Approve
Juan Zacarias Approve
Review via email: mp+160156@code.launchpad.net

Commit message

Added missing header, needed for Windows build

Description of the change

Added missing header, needed for Windows build

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

The attempt to merge lp:~zorba-coders/zorba/windows_fix into lp:zorba failed. Below is the output from the failed tests.

CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:275 (message):
  Validation queue job windows_fix-2013-04-22T17-12-43.555Z is finished. The
  final status was:

  1 tests did not succeed - changes not commited.

Error in read script: /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job windows_fix-2013-04-22T23-28-35.437Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== 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 @@
22#include <zorba/config.h>22#include <zorba/config.h>
23#include "util/stl_util.h"23#include "util/stl_util.h"
24#include "util/unordered_map.h"24#include "util/unordered_map.h"
25#include "util/hash/hash.h"
2526
26#include "diagnostics/assert.h"27#include "diagnostics/assert.h"
2728
@@ -33,7 +34,6 @@
33#include "simple_collection.h"34#include "simple_collection.h"
34#include "structured_item.h"35#include "structured_item.h"
3536
36
37namespace zorba37namespace zorba
38{38{
3939

Subscribers

People subscribed via source and target branches