gtkmathview r1181 - in trunk: mathmlps mathmlsvg
- From: luca svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkmathview r1181 - in trunk: mathmlps mathmlsvg
- Date: Fri, 7 Mar 2008 12:50:43 +0000 (GMT)
Author: luca
Date: Fri Mar 7 12:50:42 2008
New Revision: 1181
URL: http://svn.gnome.org/viewvc/gtkmathview?rev=1181&view=rev
Log:
+ include <cstring>
Modified:
trunk/mathmlps/main.cc
trunk/mathmlsvg/SMS.cc
trunk/mathmlsvg/main.cc
Modified: trunk/mathmlps/main.cc
==============================================================================
--- trunk/mathmlps/main.cc (original)
+++ trunk/mathmlps/main.cc Fri Mar 7 12:50:42 2008
@@ -23,6 +23,7 @@
#include <config.h>
#include <cassert>
+#include <cstring>
#include <fstream>
#include <popt.h>
Modified: trunk/mathmlsvg/SMS.cc
==============================================================================
--- trunk/mathmlsvg/SMS.cc (original)
+++ trunk/mathmlsvg/SMS.cc Fri Mar 7 12:50:42 2008
@@ -22,6 +22,7 @@
#include <config.h>
+#include <cstring>
#include <sstream>
#include "defs.h"
#include "AbstractLogger.hh"
Modified: trunk/mathmlsvg/main.cc
==============================================================================
--- trunk/mathmlsvg/main.cc (original)
+++ trunk/mathmlsvg/main.cc Fri Mar 7 12:50:42 2008
@@ -23,6 +23,7 @@
#include <config.h>
#include <cassert>
+#include <cstring>
#include <fstream>
#include <popt.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]