summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/integer_cln_imp.h2
-rw-r--r--src/util/integer_gmp_imp.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/util/integer_cln_imp.h b/src/util/integer_cln_imp.h
index a7de8c75e..6e2ca3500 100644
--- a/src/util/integer_cln_imp.h
+++ b/src/util/integer_cln_imp.h
@@ -36,7 +36,7 @@ namespace CVC4 {
class Rational;
-class Integer {
+class CVC4_PUBLIC Integer {
private:
/**
* Stores the value of the rational is stored in a C++ GMP integer class.
diff --git a/src/util/integer_gmp_imp.h b/src/util/integer_gmp_imp.h
index 237114d24..4a075b8a1 100644
--- a/src/util/integer_gmp_imp.h
+++ b/src/util/integer_gmp_imp.h
@@ -32,7 +32,7 @@ namespace CVC4 {
class Rational;
-class Integer {
+class CVC4_PUBLIC Integer {
private:
/**
* Stores the value of the rational is stored in a C++ GMP integer class.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback