[mathicgb] 161/393: Added included needed by GCC 4.6.3
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Fri Apr 3 15:58:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch upstream
in repository mathicgb.
commit af0ea4b02d8049f3c25f08a2f18d06ec9b5de5f0
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date: Thu Feb 7 18:00:35 2013 +0100
Added included needed by GCC 4.6.3
---
src/mathicgb/RawVector.hpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mathicgb/RawVector.hpp b/src/mathicgb/RawVector.hpp
index a904127..9c7d6e4 100755
--- a/src/mathicgb/RawVector.hpp
+++ b/src/mathicgb/RawVector.hpp
@@ -7,6 +7,7 @@
#include <utility>
#include <algorithm>
#include <stdexcept>
+#include <cstring>
/// RawVector mimics std::vector except that it does not do memory management.
/// So you can directly access the pointers to memory and you can replace them
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathicgb.git
More information about the debian-science-commits
mailing list