Skip to content

Commit

Permalink
Refs #8506. Attempt to fix namespace issues on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbekasov committed Nov 26, 2013
1 parent bf07d2e commit 148053b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,20 @@
#include "MantidDataObjects/TableWorkspace.h"
#include "MantidDataObjects/Workspace2D.h"
#include "MantidKernel/System.h"
#include "MantidNexus/NexusClasses.h"

//----------------------------------------------------------------------
// Forward declaration
//----------------------------------------------------------------------
// Forward declaration (here, because is not in Mantid namespace)
class MuonNexusReader;

namespace Mantid
{
//----------------------------------------------------------------------
// Forward declaration
//----------------------------------------------------------------------
namespace NeXus
{
class NXRoot;
}

namespace DataHandling
{
using namespace DataObjects;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

#include <numeric> // std::accumulate

using namespace Mantid;
using namespace Mantid::API;
using namespace Mantid::Kernel;
using namespace Mantid::DataHandling;
Expand Down Expand Up @@ -150,4 +149,4 @@ class ApplyGroupingFromMuonNexusTest : public CxxTest::TestSuite
};


#endif /* MANTID_DATAHANDLING_ApplyGroupingFromMuonNexusTEST_H_ */
#endif /* MANTID_DATAHANDLING_ApplyGroupingFromMuonNexusTEST_H_ */

0 comments on commit 148053b

Please sign in to comment.