summaryrefslogtreecommitdiff
path: root/src/util/stats_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/stats_base.h')
-rw-r--r--src/util/stats_base.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/stats_base.h b/src/util/stats_base.h
index c9ff2131f..24a2ca560 100644
--- a/src/util/stats_base.h
+++ b/src/util/stats_base.h
@@ -23,6 +23,7 @@
#include <sstream>
#include <string>
+#include "cvc4_export.h"
#include "util/safe_print.h"
#include "util/sexpr.h"
#include "util/stats_utils.h"
@@ -43,7 +44,7 @@ namespace CVC4 {
* Derived classes must implement these function and pass their name to
* the base class constructor.
*/
-class Stat
+class CVC4_EXPORT Stat
{
public:
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback