summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/IceUtil/RecMutex.cpp6
1 files changed, 6 insertions, 0 deletions
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 <IceUtil/RecMutex.h>
#include <IceUtil/Exception.h>
+//
+// AbstractMutex isn't used anywhere in IceUtil, we include it here
+// to give the compiler a chance to export the class symbols.
+//
+#include <IceUtil/AbstractMutex.h>
+
using namespace std;
IceUtil::RecMutex::RecMutex() :