mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
fix windows build
This commit is contained in:
parent
8074edc334
commit
30c7ec407a
@ -28,6 +28,10 @@
|
||||
#include "qgsrasterrenderer.h"
|
||||
#include "qgsrasterprojector.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#undef interface
|
||||
#endif
|
||||
|
||||
/** \ingroup core
|
||||
* Base class for processing modules.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user