summaryrefslogtreecommitdiff
path: root/ASNMP/tests/Integer_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ASNMP/tests/Integer_Test.cpp')
-rw-r--r--ASNMP/tests/Integer_Test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ASNMP/tests/Integer_Test.cpp b/ASNMP/tests/Integer_Test.cpp
index 02758fb8705..c42afdc42ef 100644
--- a/ASNMP/tests/Integer_Test.cpp
+++ b/ASNMP/tests/Integer_Test.cpp
@@ -196,3 +196,6 @@ main (int, char *[])
return 0;
}
+#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
+template class ACE_Unbounded_Set<ACE_Log_Msg *>;
+#endif