diff --git a/include/Gaffer/Process.inl b/include/Gaffer/Process.inl index e3a9afe2d97..25f81a60767 100644 --- a/include/Gaffer/Process.inl +++ b/include/Gaffer/Process.inl @@ -229,7 +229,7 @@ namespace Gaffer /// A "vertex" in the process graph where collaboration may be performed. We /// only track collaborative processes because non-collaborative processes can't /// introduce edges that could lead to cycles. -class Process::Collaboration : public IECore::RefCounted +class GAFFER_API Process::Collaboration : public IECore::RefCounted { public :