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
9// Mantid
13#include "MantidKernel/Logger.h"
14#include "MantidKernel/Matrix.h"
15#include "MantidKernel/Quat.h"
16#include "MantidKernel/System.h"
17#include "MantidKernel/V2D.h"
18#include "MantidKernel/V3D.h"
19
20// STL
21#include <cfloat>
22#include <cmath>
23#include <map>
24#include <set>
25#include <string>
26#include <vector>
27
28// Boost
29#include <boost/algorithm/string.hpp>
30#include <boost/graph/adjacency_list.hpp>
31#include <boost/multi_array.hpp>
32#include <boost/unordered_set.hpp>
33#include <memory>
34
35// Poco
36#include <Poco/DOM/DOMParser.h>
37#include <Poco/DOM/Element.h>