From dcac8395dec1255b45c71064113b175f4f15c51c Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 13 Aug 2014 22:35:04 +0200 Subject: Fix problem introduced with ICE-5553 fix --- cpp/src/IceUtil/RecMutex.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpp/src') diff --git a/cpp/src/IceUtil/RecMutex.cpp b/cpp/src/IceUtil/RecMutex.cpp index 0873ebbf374..32e4009b60b 100644 --- a/cpp/src/IceUtil/RecMutex.cpp +++ b/cpp/src/IceUtil/RecMutex.cpp @@ -10,6 +10,12 @@ #include #include +// +// AbstractMutex isn't used anywhere in IceUtil, we include it here +// to give the compiler a chance to export the class symbols. +// +#include + using namespace std; IceUtil::RecMutex::RecMutex() : -- cgit v1.2.3