summaryrefslogtreecommitdiff
path: root/biology/lagan/files/patch-src__utils__Glue.cpp
blob: bce5c336a1aa0a9fe87c75c24b474b03c0a404f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/utils/Glue.cpp.orig	2006-09-14 20:40:18 UTC
+++ src/utils/Glue.cpp
@@ -6,6 +6,7 @@
 #include <fstream>
 #include <iostream>
 #include <algorithm>
+#include <cstring>
 
 #define NUCLEOTIDE_MATRIX_FILE "nucmatrix.txt"
 #define MAX_LINE_LENGTH 1024