Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CAMP
campvis-public
Commits
c8f587ed
Commit
c8f587ed
authored
Jul 21, 2014
by
Christian Schulte zu Berge
Browse files
Trying to fix weird include error in MSVC12 build.
parent
84c27e4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/itk/processors/itkreader.cpp
View file @
c8f587ed
...
...
@@ -32,6 +32,8 @@
#include "core/tools/stringutils.h"
#include <iomanip>
#include <itkImage.h>
#include <itkImageFileReader.h>
namespace
campvis
{
...
...
modules/itk/processors/itkreader.h
View file @
c8f587ed
...
...
@@ -28,8 +28,6 @@
#include "core/properties/allproperties.h"
#include <itkImage.h>
#include <itkImageFileReader.h>
namespace
campvis
{
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment