summaryrefslogtreecommitdiff
path: root/src/util/integer_gmp_imp.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-09-28 22:38:31 +0000
committerMorgan Deters <mdeters@gmail.com>2011-09-28 22:38:31 +0000
commitf33eda5c4fffa331af04a2d6100bb4c2dd9730b3 (patch)
treeb03cc0f5b05cdaa0ecfe602bb59cfd29d6a2365f /src/util/integer_gmp_imp.h
parent7dd2d748e358040e8001d7fb184cf9e11180e8c0 (diff)
CVC4::Integer was not marked CVC4_PUBLIC, causing dynamic link errors on MacOS in production builds. Fixed.
Diffstat (limited to 'src/util/integer_gmp_imp.h')
-rw-r--r--src/util/integer_gmp_imp.h2
1 files changed, 1 insertions, 1 deletions
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