1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-20 21:41:35 +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 #ifndef CSV_FILTER_FILTERBOX_H
#define CSV_FILTER_FILTERBOX_H #define CSV_FILTER_FILTERBOX_H
#include <memory>
#include <vector> #include <vector>
#include <QWidget> #include <QWidget>

View file

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