diff options
Diffstat (limited to 'matlab')
-rw-r--r-- | matlab/mex/astra_mex_plugin_c.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matlab/mex/astra_mex_plugin_c.cpp b/matlab/mex/astra_mex_plugin_c.cpp index 3bc812a..f39e87e 100644 --- a/matlab/mex/astra_mex_plugin_c.cpp +++ b/matlab/mex/astra_mex_plugin_c.cpp @@ -34,7 +34,7 @@ along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>. #include "mexHelpFunctions.h" #include "mexInitFunctions.h" -#include "astra/PluginAlgorithm.h" +#include "astra/PluginAlgorithmFactory.h" #include <Python.h> |