Skip to content

Commit

Permalink
fix build w/o QGISDEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 8, 2012
1 parent 54e9d91 commit 9c161f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wcs/qgswcsprovider.cpp
Expand Up @@ -49,9 +49,9 @@
#include <QEventLoop>
#include <QCoreApplication>
#include <QTime>
#include <QFile>

#ifdef QGISDEBUG
#include <QFile>
#include <QDir>
#endif

Expand Down

0 comments on commit 9c161f6

Please sign in to comment.