From adbfcf5850088c25a1fbe1f9f7ba88427d47df01 Mon Sep 17 00:00:00 2001 From: ageay Date: Tue, 21 Sep 2010 16:12:58 +0000 Subject: [PATCH] Windows porting. --- src/INTERP_KERNEL/TranslationRotationMatrix.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/INTERP_KERNEL/TranslationRotationMatrix.hxx b/src/INTERP_KERNEL/TranslationRotationMatrix.hxx index 6f6e411c2..e1108573b 100644 --- a/src/INTERP_KERNEL/TranslationRotationMatrix.hxx +++ b/src/INTERP_KERNEL/TranslationRotationMatrix.hxx @@ -20,11 +20,13 @@ #ifndef __TRANSLATIONROTATIONMATRIX_HXX__ #define __TRANSLATIONROTATIONMATRIX_HXX__ +#include "INTERPKERNELDefines.hxx" + #include namespace INTERP_KERNEL { - class TranslationRotationMatrix + class INTERPKERNEL_EXPORT TranslationRotationMatrix { public: -- 2.39.2