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#include "MantidKernel/DllConfig.h"
10
11// STL
12#include <memory>
13#include <string>
14
15#include <boost/python/class.hpp>
16#include <boost/python/copy_const_reference.hpp>
17#include <boost/python/def.hpp>
18#include <boost/python/default_call_policies.hpp>
19#include <boost/python/dict.hpp>
20#include <boost/python/enum.hpp>
21#include <boost/python/make_constructor.hpp>
22#include <boost/python/make_function.hpp>
23#include <boost/python/overloads.hpp>
24#include <boost/python/register_ptr_to_python.hpp>
25#include <boost/python/return_value_policy.hpp>