From 17ef212c684e13e744a4e4258f7fed2dcbc9a5be Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 22 Jul 2011 11:55:52 -0700 Subject: trellis: added symbol visibility defines to gr-trellis, builds on MSVC and linux --- gr-trellis/src/lib/fsm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gr-trellis/src/lib/fsm.h') diff --git a/gr-trellis/src/lib/fsm.h b/gr-trellis/src/lib/fsm.h index 8bae91754..d38e08dd2 100644 --- a/gr-trellis/src/lib/fsm.h +++ b/gr-trellis/src/lib/fsm.h @@ -23,6 +23,7 @@ #ifndef INCLUDED_TRELLIS_FSM_H #define INCLUDED_TRELLIS_FSM_H +#include #include #include @@ -33,7 +34,7 @@ * rather than the FSM itself. It particular the state of the FSM * is not stored within an instance of this class. */ -class fsm { +class TRELLIS_API fsm { private: // Input alphabet cardinality. int d_I; -- cgit