Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > c9bf0c211ebb706a76ae9f31c956aa02 > files > 1

libghemical-2.98-1mdv2009.0.src.rpm

--- src/moldyn.h~	2007-08-17 13:35:16.000000000 +0200
+++ src/moldyn.h	2008-07-06 08:19:43.000000000 +0200
@@ -19,6 +19,7 @@
 
 #include "engine.h"
 #include "eng1_sf.h"
+#include <cstring>
 
 /*################################################################################################*/
 
--- src/tab_mm_default.cpp~	2007-08-17 13:35:16.000000000 +0200
+++ src/tab_mm_default.cpp	2008-07-06 08:15:44.000000000 +0200
@@ -15,6 +15,7 @@
 
 #include <fstream>
 #include <sstream>
+#include <cstring>
 #include <iomanip>
 using namespace std;
 
--- src/eng1_qm_mopac.cpp~	2007-08-17 13:35:16.000000000 +0200
+++ src/eng1_qm_mopac.cpp	2008-07-06 08:13:19.000000000 +0200
@@ -14,6 +14,7 @@
 
 #include <iomanip>
 #include <sstream>
+#include <cstring>
 using namespace std;
 
 #include <mopac7/libmopac7.h>
--- src/notice.cpp~	2007-08-17 13:35:16.000000000 +0200
+++ src/notice.cpp	2008-07-06 08:18:02.000000000 +0200
@@ -11,6 +11,7 @@
 #include "notice.h"
 
 #include <sstream>
+#include <cstring>
 using namespace std;
 
 /*################################################################################################*/
--- src/tab_mm_tripos52.cpp~	2007-08-17 13:35:16.000000000 +0200
+++ src/tab_mm_tripos52.cpp	2008-07-06 08:14:35.000000000 +0200
@@ -14,6 +14,7 @@
 #include "utility.h"
 
 #include <fstream>
+#include <cstring>
 #include <sstream>
 #include <iomanip>
 using namespace std;
--- src/atom.cpp~	2007-08-17 13:35:15.000000000 +0200
+++ src/atom.cpp	2008-07-06 08:09:31.000000000 +0200
@@ -9,7 +9,7 @@
 
 #include "libghemicalconfig2.h"
 #include "atom.h"
-
+#include <cstring>
 #include "bond.h"
 
 /*################################################################################################*/
--- src/tab_mm_prmfit.cpp~	2007-08-17 13:35:16.000000000 +0200
+++ src/tab_mm_prmfit.cpp	2008-07-06 08:16:49.000000000 +0200
@@ -14,6 +14,7 @@
 #include "utility.h"
 
 #include <iomanip>
+#include <cstring>
 #include <fstream>
 #include <sstream>
 #include <algorithm>
--- src/eng1_mm.cpp~	2007-08-17 13:35:15.000000000 +0200
+++ src/eng1_mm.cpp	2008-07-06 08:13:51.000000000 +0200
@@ -16,6 +16,7 @@
 
 #include <algorithm>
 #include <sstream>
+#include <cstring>
 using namespace std;
 
 #ifdef WIN32
--- src/moldyn.cpp~	2007-08-17 13:35:16.000000000 +0200
+++ src/moldyn.cpp	2008-07-06 08:19:02.000000000 +0200
@@ -16,6 +16,7 @@
 #include "eng1_sf.h"	// the langevin stuff needs this...
 
 #include <sstream>
+#include <cstring>
 using namespace std;
 
 #define T_BUFF_SIZE	500