Skip to content

Commit

Permalink
Fix includes for OSX. Re #9777
Browse files Browse the repository at this point in the history
  • Loading branch information
Antti Soininen committed Apr 8, 2019
1 parent 413f265 commit 7fb3d3e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions Framework/Kernel/inc/MantidKernel/ArrayBoundedValidator.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
#define MANTID_KERNEL_ARRAYBOUNDEDVALIDATOR_H_

#include "MantidKernel/BoundedValidator.h"
#include "MantidKernel/DllConfig.h"
#include <string>
#include <vector>

namespace Mantid {
namespace Kernel {
Expand Down
1 change: 0 additions & 1 deletion Framework/Kernel/inc/MantidKernel/IValidator.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <boost/shared_ptr.hpp>
#endif
#include <stdexcept>
#include <string>
#include <vector>

namespace Mantid {
Expand Down
1 change: 0 additions & 1 deletion Framework/Kernel/inc/MantidKernel/TypedValidator.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
// Includes
//----------------------------------------------------------------------
#include "MantidKernel/IValidator.h"
#include <stdexcept>
#include <typeinfo>

namespace Mantid {
Expand Down
1 change: 1 addition & 0 deletions Framework/Kernel/test/ArrayBoundedValidatorTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#define ARRAYBOUNDEDVALIDATORTEST_H_

#include "MantidKernel/ArrayBoundedValidator.h"
#include <array>
#include <cxxtest/TestSuite.h>

using namespace Mantid::Kernel;
Expand Down

0 comments on commit 7fb3d3e

Please sign in to comment.