Skip to content

Commit

Permalink
add some missing include (#22)
Browse files Browse the repository at this point in the history
* add missing include
  • Loading branch information
zhouqime committed Feb 13, 2020
1 parent 974ecf6 commit ac29302
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/rxqt_event.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#ifndef RXQT_EVENT_HPP
#define RXQT_EVENT_HPP

#include <QObject>
#include <QEvent>
#include <rxcpp/rx.hpp>

Expand Down
5 changes: 5 additions & 0 deletions include/rxqt_run_loop.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

#ifndef RXQT_RUN_LOOP_HPP

#if QT_VERSION < 0x051000
#include <QCoreApplication>
#else
#include <QMetaObject>
#endif
#include <QThread>
#include <QTimer>
#include <rxcpp/rx.hpp>
Expand Down

0 comments on commit ac29302

Please sign in to comment.