Correct the option parser on windows.

You can't include headers inside namespaces.
This commit is contained in:
Robert Maynard 2014-05-19 14:20:59 -04:00
parent ec2032e1d3
commit 1ef967a426

@ -211,8 +211,12 @@
*
*/
#ifndef OPTIONPARSER_H_
#define OPTIONPARSER_H_
#ifdef _MSC_VER
#include <intrin.h>
#endif
#ifndef vtk_m_testing_OPTIONPARSER_H_
#define vtk_m_testing_OPTIONPARSER_H_
namespace vtkm {
namespace testing {