Skip to content
Snippets Groups Projects
Commit 53e65af4 authored by Russell Taylor's avatar Russell Taylor
Browse files

Added using declaration to bring in Mantid::Kernel. Re #45.

parent 37a8f981
No related merge requests found
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
#include "../inc/Algorithm.h" #include "../inc/Algorithm.h"
#include <stdexcept> #include <stdexcept>
using namespace Mantid::Kernel;
class algmantest : public Algorithm class algmantest : public Algorithm
{ {
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment