glom r1591 - in branches/glom-1-6: . glom/libglom glom/libglom/data_structure glom/libglom/document glom/translation
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: glom r1591 - in branches/glom-1-6: . glom/libglom glom/libglom/data_structure glom/libglom/document glom/translation
- Date: Fri, 25 Apr 2008 16:11:05 +0100 (BST)
Author: murrayc
Date: Fri Apr 25 15:11:05 2008
New Revision: 1591
URL: http://svn.gnome.org/viewvc/glom?rev=1591&view=rev
Log:
2008-04-25 Jeremiah Savage <jeremiahsavage gmail com>
* glom/libglom/connectionpool.cc:
* glom/libglom/data_structure/glomconversions.cc:
* glom/libglom/document/document_glom.h:
* glom/libglom/utils.cc:
* glom/translation/window_translations.cc: Add <cstring> includes to
fix the build with gcc 4.3.
Modified:
branches/glom-1-6/ChangeLog
branches/glom-1-6/glom/libglom/connectionpool.cc
branches/glom-1-6/glom/libglom/data_structure/glomconversions.cc
branches/glom-1-6/glom/libglom/document/document_glom.h
branches/glom-1-6/glom/libglom/utils.cc
branches/glom-1-6/glom/translation/window_translations.cc
Modified: branches/glom-1-6/glom/libglom/connectionpool.cc
==============================================================================
--- branches/glom-1-6/glom/libglom/connectionpool.cc (original)
+++ branches/glom-1-6/glom/libglom/connectionpool.cc Fri Apr 25 15:11:05 2008
@@ -40,7 +40,7 @@
#include <netinet/in.h> //For sockaddr_in
#include <signal.h> //To catch segfaults
-
+#include <string.h> // for memset
#include "gst-package.h"
namespace Glom
Modified: branches/glom-1-6/glom/libglom/data_structure/glomconversions.cc
==============================================================================
--- branches/glom-1-6/glom/libglom/data_structure/glomconversions.cc (original)
+++ branches/glom-1-6/glom/libglom/data_structure/glomconversions.cc Fri Apr 25 15:11:05 2008
@@ -30,7 +30,7 @@
#include <ctime> // for struct tm
#include <iostream> // for cout, endl
#include <iomanip>
-
+#include <string.h> // for strlen, memset, strcmp
namespace Glom
{
Modified: branches/glom-1-6/glom/libglom/document/document_glom.h
==============================================================================
--- branches/glom-1-6/glom/libglom/document/document_glom.h (original)
+++ branches/glom-1-6/glom/libglom/document/document_glom.h Fri Apr 25 15:11:05 2008
@@ -40,6 +40,7 @@
#include <gtkmm/window.h>
#include <vector>
#include <map>
+#include <limits> // for numeric_limits
namespace Glom
{
Modified: branches/glom-1-6/glom/libglom/utils.cc
==============================================================================
--- branches/glom-1-6/glom/libglom/utils.cc (original)
+++ branches/glom-1-6/glom/libglom/utils.cc Fri Apr 25 15:11:05 2008
@@ -37,6 +37,7 @@
#include <hildonmm/note.h>
#endif
+#include <string.h> // for strchr
#include <sstream> //For stringstream
#include <iostream>
Modified: branches/glom-1-6/glom/translation/window_translations.cc
==============================================================================
--- branches/glom-1-6/glom/translation/window_translations.cc (original)
+++ branches/glom-1-6/glom/translation/window_translations.cc Fri Apr 25 15:11:05 2008
@@ -26,6 +26,7 @@
#include "glom/libglom/utils.h"
#include <glibmm/i18n.h>
+#include <string.h> // for memset
// To read the .po files
#include <gettext-po.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]