Skip to content

Commit

Permalink
Merge topic 'ospray-comp'
Browse files Browse the repository at this point in the history
e515eaf Ospray: Fix missing cctype include for std::tolower on windows

Acked-by: Kitware Robot <[email protected]>
Acked-by: Mathieu Westphal <[email protected]>
Acked-by: Paul Lafoix <[email protected]>
Merge-request: !7947
  • Loading branch information
mwestphal authored and kwrobot committed May 14, 2021
2 parents e6dd3fe + e515eaf commit 1e32bd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rendering/RayTracing/vtkOSPRayMaterialLibrary.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include "vtksys/FStream.hxx"
#include "vtksys/SystemTools.hxx"

#include <cctype>
#include <fstream>
#include <string>
#include <utility>
Expand Down

0 comments on commit 1e32bd2

Please sign in to comment.