Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
78ce5551
Commit
78ce5551
authored
Apr 17, 2015
by
Campbell, Stuart
Browse files
fix some issues for rhel6
parent
55328138
Changes
9
Hide whitespace changes
Inline
Side-by-side
Code/Mantid/Framework/Kernel/src/MandatoryValidator.cpp
View file @
78ce5551
...
...
@@ -3,6 +3,7 @@
//------------------------------------------
#include "MantidKernel/MandatoryValidator.h"
#include "MantidKernel/EmptyValues.h"
#include <cmath>
namespace
Mantid
{
namespace
Kernel
{
...
...
Code/Mantid/Framework/Kernel/src/Math/Optimization/SLSQPMinimizer.cpp
View file @
78ce5551
...
...
@@ -2,6 +2,7 @@
#include "MantidKernel/Exception.h"
#include <algorithm>
#include <cmath>
#include <cassert>
#include <sstream>
...
...
Code/Mantid/Framework/Kernel/src/MultiFileNameParser.cpp
View file @
78ce5551
...
...
@@ -6,6 +6,7 @@
#include "MantidKernel/ConfigService.h"
#include "MantidKernel/FacilityInfo.h"
#include <numeric>
#include <sstream>
#include <boost/regex.hpp>
...
...
Code/Mantid/Framework/Kernel/src/NeutronAtom.cpp
View file @
78ce5551
...
...
@@ -2,9 +2,11 @@
// Includes
//------------------------------------------------------------------------------
#include "MantidKernel/NeutronAtom.h"
#include "MantidKernel/PhysicalConstants.h"
#include <algorithm>
#include <iostream> // REMOVE
#include <sstream>
#include <stdexcept>
#include <boost/math/special_functions/fpclassify.hpp>
namespace
Mantid
{
...
...
Code/Mantid/Framework/Kernel/src/Statistics.cpp
View file @
78ce5551
...
...
@@ -2,9 +2,14 @@
#include "MantidKernel/Statistics.h"
#include <algorithm>
#include <cfloat>
#include <cmath>
#include <iostream>
#include <limits>
#include <numeric>
#include <sstream>
#include <cfloat>
#include <stdexcept>
namespace
Mantid
{
namespace
Kernel
{
...
...
Code/Mantid/Framework/Kernel/src/Strings.cpp
View file @
78ce5551
...
...
@@ -9,6 +9,7 @@
#include <boost/shared_ptr.hpp>
#include <boost/make_shared.hpp>
#include <cmath>
#include <fstream>
#include <iomanip>
...
...
Code/Mantid/Framework/Kernel/src/Unit.cpp
View file @
78ce5551
...
...
@@ -7,6 +7,7 @@
#include "MantidKernel/UnitFactory.h"
#include "MantidKernel/UnitLabelTypes.h"
#include <cfloat>
#include <limits>
namespace
Mantid
{
namespace
Kernel
{
...
...
Code/Mantid/Framework/Kernel/src/UnitConversion.cpp
View file @
78ce5551
...
...
@@ -4,6 +4,8 @@
#include <boost/lexical_cast.hpp>
#include <cmath>
namespace
Mantid
{
namespace
Kernel
{
/**
...
...
Code/Mantid/Framework/Kernel/src/VectorHelper.cpp
View file @
78ce5551
...
...
@@ -4,6 +4,7 @@
#include "MantidKernel/VectorHelper.h"
#include <algorithm>
#include <iostream>
#include <numeric>
#include <sstream>
#include <boost/algorithm/string.hpp>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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