Rodolfo Ochoa has proposed merging lp:~zorba-coders/zorba/bug925716 into 
lp:zorba.

Requested reviews:
  Juan Zacarias (juan457)
Related bugs:
  Bug #925716 in Zorba: "Windows doesn't compile"
  https://bugs.launchpad.net/zorba/+bug/925716

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

added 
#include "stdafx.h"

and changed uri_util.h having
ZORBA_DLL_PUBLIC extern char const uri_safe[];
ZORBA_DLL_PUBLIC extern signed char const hex2dec[];


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug925716/+merge/91351
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/functions/func_serialize_impl.cpp'
--- src/functions/func_serialize_impl.cpp	2012-01-11 17:30:25 +0000
+++ src/functions/func_serialize_impl.cpp	2012-02-02 21:21:20 +0000
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+#include "stdafx.h"
 #include "functions/function.h"
 #include "functions/func_parsing_and_serializing.h"
 

=== modified file 'src/unit_tests/stemmer.cpp'
--- src/unit_tests/stemmer.cpp	2012-02-02 09:56:52 +0000
+++ src/unit_tests/stemmer.cpp	2012-02-02 21:21:20 +0000
@@ -14,6 +14,7 @@
  * limitations under the License.
  */
 
+#include "stdafx.h"
 #include <cassert>
 #include <iostream>
 

=== modified file 'src/unit_tests/string.cpp'
--- src/unit_tests/string.cpp	2012-02-02 09:56:52 +0000
+++ src/unit_tests/string.cpp	2012-02-02 21:21:20 +0000
@@ -14,6 +14,7 @@
  * limitations under the License.
  */
 
+#include "stdafx.h"
 #include <cstring>
 #include <cwchar>
 #include <sstream>

=== modified file 'src/unit_tests/string_instantiate.cpp'
--- src/unit_tests/string_instantiate.cpp	2012-02-02 09:56:52 +0000
+++ src/unit_tests/string_instantiate.cpp	2012-02-02 21:21:20 +0000
@@ -14,6 +14,7 @@
  * limitations under the License.
  */
 
+#include "stdafx.h"
 #include <cassert>
 #include <string>
 

=== modified file 'src/unit_tests/thesaurus.cpp'
--- src/unit_tests/thesaurus.cpp	2012-02-02 09:56:52 +0000
+++ src/unit_tests/thesaurus.cpp	2012-02-02 21:21:20 +0000
@@ -14,6 +14,7 @@
  * limitations under the License.
  */
 
+#include "stdafx.h"
 #include <cassert>
 #include <iostream>
 #include <list>

=== modified file 'src/unit_tests/tokenizer.cpp'
--- src/unit_tests/tokenizer.cpp	2012-02-02 09:56:52 +0000
+++ src/unit_tests/tokenizer.cpp	2012-02-02 21:21:20 +0000
@@ -14,6 +14,7 @@
  * limitations under the License.
  */
 
+#include "stdafx.h"
 #include <algorithm>
 #include <cctype>
 #include <cstdlib>

=== modified file 'src/unit_tests/unique_ptr.cpp'
--- src/unit_tests/unique_ptr.cpp	2012-02-02 09:56:52 +0000
+++ src/unit_tests/unique_ptr.cpp	2012-02-02 21:21:20 +0000
@@ -14,6 +14,7 @@
  * limitations under the License.
  */
 
+#include "stdafx.h"
 #include <iostream>
 #include <iomanip>
 

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