Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ben Boeckel
ParaView
Commits
203d9faa
Commit
203d9faa
authored
Jul 08, 2004
by
Berk Geveci
Browse files
Added necessary include for unix
parent
f421e84b
Changes
1
Hide whitespace changes
Inline
Side-by-side
GUI/Client/vtkPVApplication.cxx
View file @
203d9faa
...
...
@@ -100,6 +100,8 @@
#include
"htmlhelp.h"
#include
"direct.h"
#else
#include
"unistd.h"
#endif
#include
<vtkstd/vector>
...
...
@@ -109,7 +111,7 @@
//----------------------------------------------------------------------------
vtkStandardNewMacro
(
vtkPVApplication
);
vtkCxxRevisionMacro
(
vtkPVApplication
,
"1.29
5
"
);
vtkCxxRevisionMacro
(
vtkPVApplication
,
"1.29
6
"
);
vtkCxxSetObjectMacro
(
vtkPVApplication
,
RenderModule
,
vtkPVRenderModule
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment