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
10#include "MantidAPI/Algorithm.h"
12#include "MantidKernel/System.h"
13
14// Qt
15#include <QDialog>
16#include <QString>
17#include <QWidget>
18
19// STL
20#include <map>
21#include <set>
22#include <string>
23#include <vector>