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#ifdef WIN32
13#include <crtdefs.h>
14#endif // WIN
15
16#include <cstddef>
17#include <cstdint>
18#include <cstdio>
19#include <cstdlib>
20#include <iomanip>
21#include <istream>
22#include <limits.h>
23#include <map>
24#include <string>
25#include <vector>
26
27// Boost
28#include <boost/algorithm/string.hpp>
29#include <boost/date_time/posix_time/posix_time.hpp>
30#include <boost/regex.hpp>
31#include <memory>
32
33// Poco
34#include <Poco/File.h>
35#include <Poco/Message.h>
36#include <Poco/Notification.h>
37#include <Poco/Path.h>
38
39// NeXus
41#include "MantidNexus/NexusFile.h"