diff options
Diffstat (limited to 'python/progress.cc')
| -rw-r--r-- | python/progress.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/progress.cc b/python/progress.cc index 30f62763..0de54510 100644 --- a/python/progress.cc +++ b/python/progress.cc @@ -5,7 +5,7 @@ Progress - Wrapper for the progress related functions ##################################################################### */ - +#include <Python.h> #include <iostream> #include <sys/types.h> #include <sys/wait.h> |
