diff options
Diffstat (limited to 'src/value.h')
-rw-r--r-- | src/value.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/value.h b/src/value.h index 24fbf49..0445ff4 100644 --- a/src/value.h +++ b/src/value.h @@ -3,8 +3,12 @@ #include <vector> #include <string> + +// Workaround for https://bugreports.qt-project.org/browse/QTBUG-22829 +#ifndef Q_MOC_RUN #include <boost/variant.hpp> #include <boost/lexical_cast.hpp> +#endif class QuotedString : public std::string { |