summaryrefslogtreecommitdiff
path: root/src/util/decision_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/decision_engine.h')
-rw-r--r--src/util/decision_engine.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util/decision_engine.h b/src/util/decision_engine.h
index 72943ee99..ac9fc5ffd 100644
--- a/src/util/decision_engine.h
+++ b/src/util/decision_engine.h
@@ -13,6 +13,8 @@
** A decision engine for CVC4.
**/
+#include "cvc4_private.h"
+
#ifndef __CVC4__DECISION_ENGINE_H
#define __CVC4__DECISION_ENGINE_H
@@ -27,7 +29,7 @@ namespace CVC4 {
/**
* A decision mechanism for the next decision.
*/
-class CVC4_PUBLIC DecisionEngine {
+class DecisionEngine {
public:
/**
* Destructor.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback