# https://github.com/snl-dakota/dakota/pull/195 --- src/PluginInterface.hpp.orig 2025-06-14 09:02:26 UTC +++ src/PluginInterface.hpp @@ -13,7 +13,7 @@ #include "ApplicationInterface.hpp" #include "plugins/DakotaInterfaceAPI.hpp" -#include // blech +#include namespace Dakota { @@ -54,7 +54,7 @@ class PluginInterface: public ApplicationInterface (pr String pluginPath; /// the interface class loaded via plugin - boost::shared_ptr pluginInterface; + std::shared_ptr pluginInterface; /// list of drivers to perform core simulation mappings (can