From 13b0eb25325d44c05ac36f6d1069fd735992bbc1 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 8 Jun 2009 18:11:10 +0200 Subject: python/progress.cc: #include "generic.h" to fix build failure with python2.4 --- python/progress.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'python/progress.cc') diff --git a/python/progress.cc b/python/progress.cc index 39124df1..2671f6fc 100644 --- a/python/progress.cc +++ b/python/progress.cc @@ -14,6 +14,7 @@ #include #include #include "progress.h" +#include "generic.h" // generic bool PyCallbackObj::RunSimpleCallback(const char* method_name, -- cgit v1.2.3