zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #07130
[Merge] lp:~zorba-coders/zorba/bug972855 into lp:zorba
Rodolfo Ochoa has proposed merging lp:~zorba-coders/zorba/bug972855 into lp:zorba.
Requested reviews:
Cezar Andrei (cezar-andrei)
Sorin Marian Nasoi (sorin.marian.nasoi)
Related bugs:
Bug #972855 in Zorba: "Simplestore is not compiling on windows"
https://bugs.launchpad.net/zorba/+bug/972855
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug972855/+merge/100697
fix for simplestore to allow compiling on windows...
--
https://code.launchpad.net/~zorba-coders/zorba/bug972855/+merge/100697
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/store/naive/store.cpp'
--- src/store/naive/store.cpp 2012-03-28 22:09:36 +0000
+++ src/store/naive/store.cpp 2012-04-03 21:13:27 +0000
@@ -33,7 +33,7 @@
#include "properties.h"
#include "string_pool.h"
-#include "store.h"
+#include "simple_store.h"
#include "simple_temp_seq.h"
#include "simple_lazy_temp_seq.h"
#include "collection.h"
Follow ups