Skip to content

Commit e860c31

Browse files
authored
add missing include (#2933)
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'
1 parent 239b713 commit e860c31

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugins/MeteorShowers/src/MeteorShowersMgr.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#ifndef METEORSHOWERSMGR_HPP
2121
#define METEORSHOWERSMGR_HPP
2222

23+
#include <QDateTime>
2324
#include <QNetworkReply>
2425
#include <QNetworkAccessManager>
2526

0 commit comments

Comments
 (0)