summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/include/error_info.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/hwpf/fapi2/include/error_info.H')
-rw-r--r--src/import/hwpf/fapi2/include/error_info.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/import/hwpf/fapi2/include/error_info.H b/src/import/hwpf/fapi2/include/error_info.H
index 9152bc6e..7659e29b 100644
--- a/src/import/hwpf/fapi2/include/error_info.H
+++ b/src/import/hwpf/fapi2/include/error_info.H
@@ -685,4 +685,11 @@ struct ErrorInfoEntry
};
#endif // !defined(FAPI2_NO_FFDC) && !defined(MINIMUM_FFDC)
}
+
+#if !defined(FAPI2_NO_FFDC) && !defined(MINIMUM_FFDC)
+ //explicitly declare for space as these templates are used everywhere
+ extern template class std::shared_ptr<fapi2::ErrorInfo>;
+ extern template class std::shared_ptr<fapi2::ErrorInfoFfdc>;
+#endif
+
#endif // FAPI2_ERRORINFO_H_
OpenPOWER on IntegriCloud