diff options
Diffstat (limited to 'options/group.hpp')
-rw-r--r-- | options/group.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/options/group.hpp b/options/group.hpp index dd070dfd..93806193 100644 --- a/options/group.hpp +++ b/options/group.hpp @@ -4,6 +4,9 @@ #include "compat/util.hpp" +// included here to propagate into callers of options::group +#include "metatype.hpp" + #include <map> #include <memory> #include <QString> |