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

vtkOSPRayRendererNode: make M_PI available on Windows

parent e8d03b9c
No related merge requests found
......@@ -12,6 +12,11 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
#ifdef _WIN32
#define _USE_MATH_DEFINES
#endif
#include "vtkOSPRayRendererNode.h"
#include "vtkCamera.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