fix windows build

This commit is contained in:
Juergen E. Fischer 2012-09-07 01:07:53 +02:00
parent 8074edc334
commit 30c7ec407a

View File

@ -28,6 +28,10 @@
#include "qgsrasterrenderer.h"
#include "qgsrasterprojector.h"
#ifdef _MSC_VER
#undef interface
#endif
/** \ingroup core
* Base class for processing modules.
*/