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
11#include "MantidAlgorithms/DllConfig.h"
12
13// STL
14// No speed up from including STL headers for some reason
15
16// Boost
17#include <boost/algorithm/string.hpp>
18#include <boost/format.hpp>
19#include <boost/function.hpp>
20#include <boost/lexical_cast.hpp>
21#include <boost/math/special_functions.hpp>