From b76e901886d37d0eee8d554a5d977cedd134d353 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Fri, 15 Jan 2010 18:07:27 +0100 Subject: python/lock.cc,python/progress.cc: Include Python.h first to avoid warning. --- python/progress.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/progress.cc') 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 #include #include #include -- cgit v1.2.3