We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e47f4 commit d75f5eeCopy full SHA for d75f5ee
src/Core/Algorithms/Visualization/DataConversions.h
@@ -29,7 +29,6 @@
29
#ifndef CORE_ALGORITHMS_VISUALIZATION_DATA_CONVERSIONS_H
30
#define CORE_ALGORITHMS_VISUALIZATION_DATA_CONVERSIONS_H
31
32
-#include <Core/Algorithms/Visualization/share.h>
33
#include <Core/Datatypes/Color.h>
34
#include <Core/GeometryPrimitives/Vector.h>
35
#include <Core/GeometryPrimitives/Tensor.h>
@@ -39,6 +38,8 @@
39
38
#include <iomanip>
40
#include <iostream>
41
+#include <Core/Algorithms/Visualization/share.h>
42
+
43
namespace SCIRun {
44
45
// Conversion templates.
0 commit comments