Skip to content

Commit 1a5724d

Browse files
utkarshayachitkwrobot
authored andcommitted
Merge topic 'fix_pgi_issues'
18fd6d8 Update VTK to bring in PGI fixes. 357db74 Fix missing include (clocale).
2 parents 6d9aca5 + 18fd6d8 commit 1a5724d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ParaViewCore/ClientServerCore/Core/vtkProcessModule.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555

5656
#include <assert.h>
5757
#include <stdexcept> // for runtime_error
58+
#include <clocale> // needed for setlocale()
5859

5960
namespace
6061
{

VTK

Submodule VTK updated from 5f242e0 to 4ce9893

0 commit comments

Comments
 (0)