[dialer] Add missing include

This commit is contained in:
Martin Klapetek 2015-06-19 01:27:20 +02:00
parent 1bff2a4c48
commit 07ed76484a

View file

@ -28,6 +28,7 @@
#include <TelepathyQt/CallChannel>
#include <TelepathyQt/ChannelClassSpec>
#include <TelepathyQt/ChannelFactory>
#include <TelepathyQt/Account>
#include <klocalizedstring.h>
#include <qcommandlineparser.h>
@ -173,7 +174,5 @@ int main(int argc, char **argv)
qWarning() << "Error loading the ApplicationWindow";
}
return app.exec();
}