This commit is contained in:
Michael Davidsaver
2017-06-26 19:26:59 +02:00
parent 568ee1fa85
commit 1d2e5d182e

View File

@@ -3,6 +3,8 @@
* found in the file LICENSE that is included with the distribution
*/
#if __cplusplus>=201103L
#include <pv/debugPtr.h>
namespace epics {
@@ -143,3 +145,5 @@ void ptr_base::spy_refs(ref_set_t &refs) const
}
}} // namespace epics::debug
#endif // __cplusplus>=201103L