Package: qutemol / 0.4.1~cvs20081111-15

28_mol.cpp.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
From: Morten Kjeldgaard <mok0@ubuntu.com>
Subject: Include string.h


--- a/src/Mol.cpp
+++ b/src/Mol.cpp
@@ -2,6 +2,7 @@
 
 typedef unsigned char Byte;
 
+#include <string.h>
 #include <vector>
 #include <string>
 #include <algorithm>