summaryrefslogtreecommitdiff
path: root/src/util/rational.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/rational.h')
-rw-r--r--src/util/rational.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/util/rational.h b/src/util/rational.h
index fdd125587..37d0c08cb 100644
--- a/src/util/rational.h
+++ b/src/util/rational.h
@@ -19,6 +19,8 @@
** different than the values used to construct the Rational.
**/
+#include "cvc4_public.h"
+
#ifndef __CVC4__RATIONAL_H
#define __CVC4__RATIONAL_H
@@ -181,11 +183,11 @@ public:
};/* class Rational */
-struct RationalHashFcn {
+struct RationalHashStrategy {
static inline size_t hash(const CVC4::Rational& r) {
return r.hash();
}
-};
+};/* struct RationalHashStrategy */
std::ostream& operator<<(std::ostream& os, const Rational& n);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback