glibmm r557 - in trunk: . tests/giomm_simple
- From: kmaraas svn gnome org
- To: svn-commits-list gnome org
- Subject: glibmm r557 - in trunk: . tests/giomm_simple
- Date: Sat, 2 Feb 2008 15:20:05 +0000 (GMT)
Author: kmaraas
Date: Sat Feb 2 15:20:05 2008
New Revision: 557
URL: http://svn.gnome.org/viewvc/glibmm?rev=557&view=rev
Log:
2008-02-02 Kjartan Maraas <kmaraas gnome org>
* tests/giomm_simple/main.cc: Fix compile with GCC 4.3.
Modified:
trunk/ChangeLog
trunk/tests/giomm_simple/main.cc
Modified: trunk/tests/giomm_simple/main.cc
==============================================================================
--- trunk/tests/giomm_simple/main.cc (original)
+++ trunk/tests/giomm_simple/main.cc Sat Feb 2 15:20:05 2008
@@ -1,5 +1,6 @@
#include <giomm.h>
#include <iostream>
+#include <string.h>
int main(int argc, char** argv)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]