Skip to content
Snippets Groups Projects
Commit bd73379b authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Move to subpackage specific imports

parent eaa26d15
No related branches found
No related tags found
No related merge requests found
......@@ -7,12 +7,12 @@
#pragma once
#include "MantidAPI/IFileLoader.h"
#include "MantidKernel/DllConfig.h"
#include "MantidKernel/NexusHDF5Descriptor.h"
#include "MantidKernel/System.h"
namespace Mantid::API {
class DLLExport NexusFileLoader
class MANTID_API_DLL NexusFileLoader
: public API::IFileLoader<Mantid::Kernel::NexusHDF5Descriptor> {
public:
void
......
......@@ -57,7 +57,6 @@ searchForLoader(const std::string &filename,
const auto &factory = AlgorithmFactory::Instance();
IAlgorithm_sptr bestLoader;
int maxConfidence(0);
// Mantid::Kernel::NexusHDF5Descriptor>(filename);
auto descriptor = std::make_shared<DescriptorType>(filename);
DescriptorCallback<DescriptorType> callback;
DescriptorSetter<DescriptorType> setdescriptor;
......
......@@ -527,7 +527,7 @@ target_link_libraries(Kernel
${MANTIDLIBS}
${NETWORK_LIBRARIES}
span
${HDF5_LIBRARIES}
${HDF5_LIBRARIES}
)
if(WIN32)
target_link_libraries(Kernel LINK_PRIVATE Psapi.lib) # For memory usage
......
......@@ -6,7 +6,7 @@
// SPDX - License - Identifier: GPL - 3.0 +
#pragma once
#include "MantidKernel/System.h"
#include "MantidKernel/DllConfig.h"
#include <map>
#include <set>
......@@ -14,7 +14,7 @@
namespace Mantid::Kernel {
class DLLExport NexusHDF5Descriptor {
class MANTID_KERNEL_DLL NexusHDF5Descriptor {
public:
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment