Skip to content

Commit

Permalink
Refs #11053 Added missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonPiccardoSelg committed Mar 11, 2015
1 parent 6677e73 commit 7923ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -3,7 +3,7 @@

#include "MantidKernel/System.h"
#include <vtkSmartPointer.h>

#include <vector>
class vtkTransform;
namespace Mantid
{
Expand Down
1 change: 1 addition & 0 deletions Code/Mantid/Vates/VatesAPI/src/vtkEllipsoidTransformer.cpp
Expand Up @@ -3,6 +3,7 @@

#include <vtkSmartPointer.h>
#include <vtkTransform.h>
#include <vector>
#include <cmath>

namespace Mantid
Expand Down

0 comments on commit 7923ef1

Please sign in to comment.