1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 18:35:20 +00:00

Merge branch 'unbreak_focal' into 'master'

add some memory

See merge request OpenMW/openmw!2479
This commit is contained in:
psi29a 2022-10-17 13:09:18 +00:00
commit e7e371eb14
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef CSV_FILTER_FILTERBOX_H
#define CSV_FILTER_FILTERBOX_H
#include <memory>
#include <vector>
#include <QWidget>

View File

@ -1,6 +1,8 @@
#ifndef CSV_FILTER_RECORDFILTERBOX_H
#define CSV_FILTER_RECORDFILTERBOX_H
#include <memory>
#include <QWidget>
namespace CSMFilter