Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
34fec4a0
Commit
34fec4a0
authored
Jun 09, 2017
by
David Fairbrother
Browse files
Fixed implicit missing imports
parent
9bbeb56c
Changes
23
Hide whitespace changes
Inline
Side-by-side
Framework/Geometry/src/Instrument/FitParameter.cpp
View file @
34fec4a0
...
...
@@ -4,8 +4,10 @@
#include
"MantidGeometry/Instrument/FitParameter.h"
#include
"MantidGeometry/Instrument/Parameter.h"
#include
"MantidGeometry/Instrument/ParameterFactory.h"
#include
<MantidKernel/StringTokenizer.h>
#include
"MantidGeometry/muParser_Silent.h"
#include
"MantidKernel/StringTokenizer.h"
#include
<boost/lexical_cast.hpp>
namespace
Mantid
{
namespace
Geometry
{
...
...
Framework/Geometry/src/Instrument/XMLInstrumentParameter.cpp
View file @
34fec4a0
...
...
@@ -4,6 +4,7 @@
#include
"MantidGeometry/Instrument/XMLInstrumentParameter.h"
#include
"MantidGeometry/IComponent.h"
#include
"MantidGeometry/muParser_Silent.h"
#include
"MantidKernel/Exception.h"
#include
"MantidKernel/TimeSeriesProperty.h"
#include
"MantidKernel/LogParser.h"
#include
"MantidKernel/Logger.h"
...
...
Framework/Geometry/src/Math/Acomp.cpp
View file @
34fec4a0
...
...
@@ -4,7 +4,9 @@
#include
"MantidKernel/Exception.h"
#include
"MantidKernel/Matrix.h"
#include
"MantidGeometry/Math/RotCounter.h"
#include
<algorithm>
#include
<iterator>
#include
<iostream>
#include
<functional>
...
...
Framework/Kernel/inc/MantidKernel/Material.h
View file @
34fec4a0
...
...
@@ -8,13 +8,14 @@
#include
"MantidKernel/PhysicalConstants.h"
#include
<boost/shared_ptr.hpp>
namespace
Mantid
{
// Forward Declares
namespace
NeXus
{
class
File
;
// Forward Declares
namespace
NeXus
{
class
File
;
}
namespace
Mantid
{
namespace
PhysicalConstants
{
class
Atom
;
}
...
...
Framework/Kernel/inc/MantidKernel/MaterialBuilder.h
View file @
34fec4a0
...
...
@@ -7,7 +7,14 @@
#include
<string>
#include
<tuple>
namespace
Mantid
{
// Forward declare
namespace
PhysicalConstants
{
class
NeutronAtom
;
}
namespace
Kernel
{
/**
...
...
Framework/Kernel/inc/MantidKernel/PropertyHistory.h
View file @
34fec4a0
...
...
@@ -6,6 +6,8 @@
//----------------------------------------------------------------------
#include
"MantidKernel/DllConfig.h"
#include
<boost/shared_ptr.hpp>
#include
<iosfwd>
#include
<string>
#include
<vector>
...
...
Framework/Kernel/inc/MantidKernel/PropertyNexus.h
View file @
34fec4a0
...
...
@@ -2,9 +2,10 @@
#define MANTID_KERNEL_PROPERTYNEXUS_H_
#include
"MantidKernel/System.h"
#include
<memory>
// Forward declare
namespace
Ne
x
us
{
namespace
Ne
X
us
{
class
File
;
}
...
...
Framework/Kernel/inc/MantidKernel/UnitLabelTypes.h
View file @
34fec4a0
...
...
@@ -24,6 +24,7 @@
Code Documentation is available at: <http://doxygen.mantidproject.org>
*/
#include
"MantidKernel/ClassMacros.h"
#include
"MantidKernel/DllConfig.h"
namespace
Mantid
{
namespace
Kernel
{
...
...
Framework/Kernel/src/ConfigService.cpp
View file @
34fec4a0
...
...
@@ -47,6 +47,7 @@
#include
<algorithm>
#include
<exception>
#include
<fstream>
#include
<functional>
#include
<iostream>
#include
<stdexcept>
...
...
Framework/Kernel/src/DeltaEMode.cpp
View file @
34fec4a0
#include
"MantidKernel/DeltaEMode.h"
#include
<boost/algorithm/string/predicate.hpp>
#include
<map>
#include
<sstream>
#include
<stdexcept>
...
...
Framework/Kernel/src/LogParser.cpp
View file @
34fec4a0
...
...
@@ -7,6 +7,8 @@
#include
"MantidKernel/PropertyWithValue.h"
#include
"MantidKernel/TimeSeriesProperty.h"
#include
<fstream>
// constants for the new style icp event commands
const
char
*
START_COLLECTION
=
"START_COLLECTION"
;
const
char
*
STOP_COLLECTION
=
"STOP_COLLECTION"
;
...
...
Framework/Kernel/src/Matrix.cpp
View file @
34fec4a0
#include
"MantidKernel/Exception.h"
#include
"MantidKernel/Matrix.h"
#include
"MantidKernel/MersenneTwister.h"
#include
"MantidKernel/TimeSeriesProperty.h"
#include
"MantidKernel/V3D.h"
#include
<sstream>
using
Mantid
::
Kernel
::
TimeSeriesProperty
;
namespace
Mantid
{
...
...
Framework/Kernel/src/Memory.cpp
View file @
34fec4a0
...
...
@@ -2,6 +2,7 @@
#include
"MantidKernel/Logger.h"
#include
"MantidKernel/System.h"
#include
<sstream>
#include
<stdio.h>
#ifdef __linux__
...
...
Framework/Kernel/src/MersenneTwister.cpp
View file @
34fec4a0
...
...
@@ -4,6 +4,7 @@
#include
"MantidKernel/MersenneTwister.h"
#include
<boost/random/uniform_int_distribution.hpp>
#include
<boost/random/uniform_real_distribution.hpp>
#include
<Poco/Timestamp.h>
...
...
Framework/Kernel/src/NeutronAtom.cpp
View file @
34fec4a0
...
...
@@ -7,6 +7,7 @@
#include
<ostream>
#include
<string>
#include
<stdexcept>
#include
<sstream>
namespace
Mantid
{
...
...
Framework/Kernel/src/PropertyManagerOwner.cpp
View file @
34fec4a0
...
...
@@ -5,6 +5,7 @@
#include
"MantidKernel/Property.h"
#include
"MantidKernel/PropertyManagerOwner.h"
#include
"MantidKernel/PropertyManager.h"
#include
<json/json.h>
#include
<algorithm>
namespace
Mantid
{
...
...
Framework/Kernel/src/PropertyWithValue.cpp
View file @
34fec4a0
#include
"MantidKernel/PropertyWithValue.h"
#include
"MantidKernel/Matrix.h"
// PropertyWithValue implementation
#include
"MantidKernel/PropertyWithValue.tcc"
...
...
Framework/Kernel/src/Statistics.cpp
View file @
34fec4a0
// Includes
#include
"MantidKernel/Statistics.h"
#include
<algorithm>
#include
<cfloat>
#include
<cmath>
#include
<iostream>
#include
<boost/accumulators/accumulators.hpp>
#include
<boost/accumulators/statistics/stats.hpp>
#include
<boost/accumulators/statistics/min.hpp>
#include
<boost/accumulators/statistics/max.hpp>
#include
<boost/accumulators/statistics/variance.hpp>
#include
<algorithm>
#include
<cfloat>
#include
<cmath>
#include
<iostream>
#include
<sstream>
namespace
Mantid
{
namespace
Kernel
{
...
...
Framework/Kernel/src/ThreadPool.cpp
View file @
34fec4a0
...
...
@@ -4,6 +4,7 @@
#include
"MantidKernel/ThreadPool.h"
#include
"MantidKernel/ConfigService.h"
#include
"MantidKernel/MultiThreaded.h"
#include
"MantidKernel/ProgressBase.h"
#include
"MantidKernel/Task.h"
#include
"MantidKernel/ThreadPoolRunnable.h"
...
...
Framework/Kernel/src/V2D.cpp
View file @
34fec4a0
#include
"MantidKernel/Exception.h"
#include
"MantidKernel/V2D.h"
#include
"MantidKernel/V3D.h"
#include
"MantidKernel/Exception.h"
#include
<limits>
#include
<ostream>
namespace
Mantid
{
namespace
Kernel
{
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment