summaryrefslogtreecommitdiff
path: root/src/categoriesdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/categoriesdialog.h')
-rw-r--r--src/categoriesdialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/categoriesdialog.h b/src/categoriesdialog.h
index 2ac84124..c1c1c673 100644
--- a/src/categoriesdialog.h
+++ b/src/categoriesdialog.h
@@ -21,6 +21,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#define CATEGORIESDIALOG_H
#include "tutorabledialog.h"
+#include "categories.h"
#include <set>
namespace Ui
@@ -66,6 +67,8 @@ private:
int m_HighestID;
std::set<int> m_IDs;
+ std::vector<CategoryFactory::NexusCategory> m_NexusCategories;
+
};
#endif // CATEGORIESDIALOG_H