Package: qutemol / 0.4.1~cvs20081111-6

28_mol.cpp.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>
diff --git a/src/Mol.h b/src/Mol.h
index 4a8dedd..297e665 100644