diff --git a/testApp/remote/testChannelSearchManager.cpp b/testApp/remote/testChannelSearchManager.cpp index b432ba7..f192a4f 100644 --- a/testApp/remote/testChannelSearchManager.cpp +++ b/testApp/remote/testChannelSearchManager.cpp @@ -2,6 +2,7 @@ #include #include +#include using namespace epics::pvData; using namespace epics::pvAccess; diff --git a/testApp/utils/introspectionRegistryTest.cpp b/testApp/utils/introspectionRegistryTest.cpp index ccef093..940fa82 100644 --- a/testApp/utils/introspectionRegistryTest.cpp +++ b/testApp/utils/introspectionRegistryTest.cpp @@ -12,6 +12,7 @@ #include #include #include +#include namespace epics { namespace pvAccess { @@ -450,7 +451,7 @@ int main(int argc, char *argv[]) if(clientRegistry) delete clientRegistry; if(serverRegistry) delete serverRegistry; - getShowConstructDestruct()->constuctDestructTotals(stdout); + getShowConstructDestruct()->showDeleteStaticExit(stdout); cout << "DONE" << endl; return 0; }