aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2008-07-21 05:07:50 +0000
committerNick Lewycky <nicholas@mxc.ca>2008-07-21 05:07:50 +0000
commit7ebcc8a14f486242dae8c7a7b85e5e6e9a3925ce (patch)
tree5b43852feef13429f8befa71dbc83e14cc78f605
parent02c8ca5d26c1a37d71fe5ff323139238437b7f49 (diff)
Fix build with GCC 4.3.
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@53829 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4.cpp b/MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4.cpp
index 31add5da..d1202ef1 100644
--- a/MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4.cpp
+++ b/MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4.cpp
@@ -6,6 +6,7 @@
#include <algorithm>
#include <limits>
#include <math.h>
+#include <cstring>
namespace Smarts {
template<class T>