summaryrefslogtreecommitdiff
path: root/SA_POP/LogScreenOut.h
diff options
context:
space:
mode:
Diffstat (limited to 'SA_POP/LogScreenOut.h')
-rw-r--r--SA_POP/LogScreenOut.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/SA_POP/LogScreenOut.h b/SA_POP/LogScreenOut.h
index 9ae7322e0ab..b81a2467f50 100644
--- a/SA_POP/LogScreenOut.h
+++ b/SA_POP/LogScreenOut.h
@@ -17,6 +17,7 @@
#include <iostream>
#include "OutAdapter.h"
+#include "LogScreenOut_Export.h"
namespace SA_POP {
@@ -26,7 +27,7 @@ namespace SA_POP {
* @brief Output adapter that displays plan changes on the screen as they
* occur.
*/
- class LogScreenOut : public OutAdapter {
+ class LOGSCREENOUT_Export LogScreenOut : public OutAdapter {
public:
/// Constructor.
/**