Skip to content

Commit

Permalink
Refs #5827 add std::vector include for the MAC whiner
Browse files Browse the repository at this point in the history
  • Loading branch information
jmborr committed Aug 31, 2012
1 parent ccbbc68 commit 41509bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Code/Mantid/Framework/API/inc/MantidAPI/LinearScale.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
//----------------------------------------------------------------------
// Includes
//----------------------------------------------------------------------
#include <vector>
#include <boost/shared_ptr.hpp>

#include "MantidAPI/DllConfig.h"
#include "MantidAPI/ITransformScale.h"

#include <boost/shared_ptr.hpp>

#include <stdexcept>

namespace Mantid
{
Expand Down
1 change: 1 addition & 0 deletions Code/Mantid/Framework/API/inc/MantidAPI/LogarithmScale.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
//----------------------------------------------------------------------
// Includes
//----------------------------------------------------------------------
#include <vector>
#include <boost/shared_ptr.hpp>
#include <cmath>

Expand Down

0 comments on commit 41509bd

Please sign in to comment.