-
-
Notifications
You must be signed in to change notification settings - Fork 850
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add missing include #2933
add missing include #2933
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding your first pull request to Stellarium. If you have questions, please do not hesitate to contact us.
@bkuhls which operating system is used for building? |
|
Thanks! Please share |
The build error occured during cross-compilation with a musl-based toolchain while updating |
Do I understand "Stellarium for Busybox"? Emergency stick? ;-) Or for your router? Interested to read such user stories... |
Fixes build error with qt5 on Linux: stellarium-1.2/plugins/MeteorShowers/src/MeteorShowersMgr.hpp:331:12: error: field 'm_lastUpdate' has incomplete type 'QDateTime'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK for me, thanks.
Hello @bkuhls! The fix has been merged into source code and you may test it via building Stellarium from source code or wait the weekly development snapshot... |
Hello @bkuhls! Please check the fresh version (development snapshot) of Stellarium: |
Description
Fixes build error with qt5:
stellarium-1.2/plugins/MeteorShowers/src/MeteorShowersMgr.hpp:331:12:
error: field 'm_lastUpdate' has incomplete type 'QDateTime'
Type of change
Checklist: