You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
387 B
13 lines
387 B
diff -Naru gelemental-1.2.0/libelemental/value.tcc gelemental-1.2.0.new/libelemental/value.tcc
|
|
--- gelemental-1.2.0/libelemental/value.tcc 2007-09-25 01:10:16.000000000 -0400
|
|
+++ gelemental-1.2.0.new/libelemental/value.tcc 2008-10-19 10:08:35.000000000 -0400
|
|
@@ -26,6 +26,8 @@
|
|
#error "value.tcc must be included from value.hh."
|
|
#endif
|
|
|
|
+#include <limits>
|
|
+
|
|
namespace Elemental {
|
|
|
|
|