Mantid
Loading...
Searching...
No Matches
PrecompiledHeader.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
13
14// STL
15
16// NeXus
17// clang-format off
18#include <nexus/NeXusFile.hpp>
19#include <nexus/NeXusException.hpp>
20// clang-format on
21
22// Poco
23#include <Poco/DOM/Document.h>
24#include <Poco/DOM/Element.h>
25#include <Poco/DOM/DOMParser.h>
26#include <Poco/DOM/NodeList.h>