fix build errors

This commit is contained in:
Skarn
2021-12-25 21:22:30 +03:00
parent 57618d3858
commit 7f30986c4d
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
#include <noggit/ui/windows/projectSelection/components/ExistingProjectEnumerationComponent.hpp>
#include <noggit/ui/windows/projectSelection/components/CreateProjectComponent.hpp>
#include "ui_noggit-red-project-page.h"
#include "ui_NoggitProjectSelectionWindow.h"
#include <filesystem>
#include <qstringlistmodel.h>
#include <QString>

View File

@@ -5,6 +5,7 @@
#include <noggit/ui/windows/projectSelection/widgets/ProjectListItem.hpp>
#include <noggit/ui/windows/projectSelection/NoggitProjectSelectionWindow.h>
#include "ui_noggit-red-project-page.h"
#include "ui_NoggitProjectSelectionWindow.h"
namespace Noggit::Ui::Component
{