repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
misc
/
gelemental
/
patches
/
patch-libelemental_value.tcc
blob
2d9cc9794b23dfb1e8494b630695e9d954f41580
1
$NetBSD$
2
3
--- libelemental/value.tcc.orig 2011-11-25 18:05:28.000000000 +0000
4
+++ libelemental/value.tcc
5
@@ -26,6 +26,8 @@
6
#error "value.tcc must be included from value.hh."
7
#endif
8
9
+#include <limits>
10
+
11
namespace Elemental {
12
13