summaryrefslogtreecommitdiff
path: root/src/seqWindow.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2009-11-04 22:28:49 +0000
committerOthmar Gsenger <otti@anytun.org>2009-11-04 22:28:49 +0000
commit5391b104f85cfb627a7b9dad575bdd7afead4063 (patch)
tree6f69137c2d87192e59bca6a4fcc357ee25aed952 /src/seqWindow.cpp
parentfixed copyright (diff)
include cstring for memcopy
fixes build error on newer systems builds with boost 1.40 now
Diffstat (limited to 'src/seqWindow.cpp')
-rw-r--r--src/seqWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seqWindow.cpp b/src/seqWindow.cpp
index f7bbc06..359ba63 100644
--- a/src/seqWindow.cpp
+++ b/src/seqWindow.cpp
@@ -32,7 +32,7 @@
#include "threadUtils.hpp"
#include "datatypes.h"
-
+#include <cstring>
#include "seqWindow.h"
SeqWindowElement::SeqWindowElement()