Skip to content
Snippets Groups Projects
Commit ffd11114 authored by Ben Boeckel's avatar Ben Boeckel Committed by Ben Boeckel
Browse files

vtkOSPRayRendererNode: include <algorithm> for std::min/max

parent 5a96871a
No related merge requests found
......@@ -36,6 +36,7 @@
#include "ospray/ospray.h"
#include "ospray/version.h"
#include <algorithm>
#include <cmath>
namespace ospray {
......
......@@ -27,6 +27,8 @@
#include "vtkVolumeNode.h"
#include "vtkVolumeProperty.h"
#include <algorithm>
#include "ospray/ospray.h"
//============================================================================
......
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