Skip to content

Commit

Permalink
Missing QLocale include
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jun 11, 2021
1 parent d14e5a2 commit bbd68be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/expression/qgsexpressionutils.h
Expand Up @@ -29,6 +29,7 @@
#include "qgsvectorlayer.h"

#include <QThread>
#include <QLocale>

#define ENSURE_NO_EVAL_ERROR { if ( parent->hasEvalError() ) return QVariant(); }
#define SET_EVAL_ERROR(x) { parent->setEvalErrorString( x ); return QVariant(); }
Expand Down

0 comments on commit bbd68be

Please sign in to comment.