Skip to content

Commit

Permalink
Start: fix compilation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chennes committed Apr 25, 2024
1 parent 95187ed commit 5af58c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/Mod/Start/Gui/FirstStartWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@
#include "PreCompiled.h"

#ifndef _PreComp_
#include <QGuiApplication>
#include <QHBoxLayout>
#include <QLabel>
#include <QPushButton>
#include <QResizeEvent>
#include <QVBoxLayout>
#include <QWidget>
Expand Down
5 changes: 2 additions & 3 deletions src/Mod/Start/Gui/ThemeSelectorWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@

#include "PreCompiled.h"
#ifndef _PreComp_
#include <QBoxLayout>
#include <QGuiApplication>
#include <QHBoxLayout>
#include <QLabel>
#include <QToolButton>
#include <QVBoxLayout>
#include <QString>
#include <QToolButton>
#endif

#include "ThemeSelectorWidget.h"
Expand Down

0 comments on commit 5af58c9

Please sign in to comment.