1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-17 10:10:23 +00:00

add some memory

This commit is contained in:
psi29a 2022-10-17 13:09:17 +00:00
parent 1924a3a694
commit da9cbbce8f
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