Fixed compilation errs on Gentoo Linux on behalf of CDim; see issue #632

This commit is contained in:
Oliver Duis
2011-04-15 07:37:11 +02:00
parent 397d93e5d8
commit 63533713bb
8 changed files with 16 additions and 0 deletions

View File

@@ -61,6 +61,8 @@
#define ARRAY2D_BYREFERENCE 4
#define ARRAY2D_VERBOSE 8
#include <cstring>
template<typename T>
class array2D {