diff options
Diffstat (limited to 'Source/cmVTKWrapJavaCommand.h')
-rw-r--r-- | Source/cmVTKWrapJavaCommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmVTKWrapJavaCommand.h b/Source/cmVTKWrapJavaCommand.h index f4938be..1702eb6 100644 --- a/Source/cmVTKWrapJavaCommand.h +++ b/Source/cmVTKWrapJavaCommand.h @@ -19,6 +19,8 @@ #include "cmCommand.h" +#include "cmSourceFile.h" + /** \class cmVTKWrapJavaCommand * \brief Create Java Language bindings for classes * |