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 branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@
#include "../inc/Algorithm.h"
#include <stdexcept>
using namespace Mantid::Kernel;
class algmantest : public Algorithm
{
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