blob: 691d6c8416f69bf785710e6fb22855b916149bb7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- src/rel_count.h.orig
+++ src/rel_count.h
@@ -13,6 +13,7 @@
#define SSD_REL_COUNT_H
#include "config.h"
#include "rel_eqclass.h"
+#include <climits>
#include <vector>
#include <ext/hash_map>
|