Skip to content
Snippets Groups Projects
Commit 92c7d74f authored by mantid-builder's avatar mantid-builder Committed by Igor Gudich
Browse files

include System.h to avoid warnings on windows in correct order

re #23268
parent 4eb598da
No related merge requests found
......@@ -4,6 +4,7 @@
#include <H5Cpp.h>
#include <vector>
#include "MantidKernel/System.h"
#include "MantidKernel/make_unique.h"
#include "MantidParallel/DllConfig.h"
#include "MantidParallel/IO/NXEventDataSource.h"
......
#include "MantidParallel/IO/NXEventDataLoader.h"
#include "MantidKernel/System.h"
namespace Mantid {
namespace Parallel {
......
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