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