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

Requested reviews:
  Cezar Andrei (cezar-andrei)
Related bugs:
  Bug #936688 in Zorba: "Precompiled Headers on Windows"
  https://bugs.launchpad.net/zorba/+bug/936688

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug936688/+merge/93888
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug936688/+merge/93888
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/api/transcode_streambuf.cpp'
--- src/api/transcode_streambuf.cpp	2012-02-04 01:26:18 +0000
+++ src/api/transcode_streambuf.cpp	2012-02-20 18:35:26 +0000
@@ -14,6 +14,7 @@
  * limitations under the License.
  */
 
+#include "stdafx.h"
 #include <zorba/transcode_stream.h>
 
 #include "util/transcode_streambuf.h"

=== modified file 'src/unit_tests/json_parser.cpp'
--- src/unit_tests/json_parser.cpp	2011-12-16 22:12:42 +0000
+++ src/unit_tests/json_parser.cpp	2012-02-20 18:35:26 +0000
@@ -14,6 +14,7 @@
  * limitations under the License.
  */
 
+#include "stdafx.h"
 #include <sstream>
 
 #include "util/json_parser.h"

=== modified file 'src/unit_tests/test_icu_streambuf.cpp'
--- src/unit_tests/test_icu_streambuf.cpp	2012-01-14 01:05:46 +0000
+++ src/unit_tests/test_icu_streambuf.cpp	2012-02-20 18:35:26 +0000
@@ -14,6 +14,7 @@
  * limitations under the License.
  */
 
+#include "stdafx.h"
 #include <fstream>
 #include <iostream>
 #include <sstream>

=== modified file 'src/util/icu_streambuf.cpp'
--- src/util/icu_streambuf.cpp	2012-02-07 18:33:28 +0000
+++ src/util/icu_streambuf.cpp	2012-02-20 18:35:26 +0000
@@ -14,6 +14,7 @@
  * limitations under the License.
  */
 
+#include "stdafx.h"
 #define ZORBA_DEBUG_ICU_STREAMBUF 0
 
 #ifdef ZORBA_DEBUG_ICU_STREAMBUF

=== modified file 'src/util/json_parser.cpp'
--- src/util/json_parser.cpp	2012-01-26 01:35:11 +0000
+++ src/util/json_parser.cpp	2012-02-20 18:35:26 +0000
@@ -14,6 +14,7 @@
  * limitations under the License.
  */
 
+#include "stdafx.h"
 #include "diagnostics/assert.h"
 
 #include "ascii_util.h"

=== modified file 'src/util/mem_streambuf.cpp'
--- src/util/mem_streambuf.cpp	2011-12-20 18:29:15 +0000
+++ src/util/mem_streambuf.cpp	2012-02-20 18:35:26 +0000
@@ -14,6 +14,7 @@
  * limitations under the License.
  */
 
+#include "stdafx.h"
 #include <cstring>                      /* for memcpy(3) */
 
 #include "diagnostics/assert.h"

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