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
10
11// STL
12#include <crtdefs.h>
13#include <cstddef>
14#include <cstdint>
15#include <cstdio>
16#include <cstdlib>
17#include <iomanip>
18#include <istream>
19#include <limits.h>
20#include <map>
21#include <string>
22#include <vector>
23
24// Boost
25#include <boost/algorithm/string.hpp>
26#include <boost/date_time/posix_time/posix_time.hpp>
27#include <boost/regex.hpp>
28#include <memory>
29
30// Poco
31#include <Poco/File.h>
32#include <Poco/Message.h>
33#include <Poco/Notification.h>
34#include <Poco/Path.h>
35
36// NeXus
37// clang-format off
38#include <nexus/NeXusFile.hpp>
39#include <nexus/NeXusException.hpp>
40// clang-format on