Add a MainWindow.h include to prevent missing references.

This commit is contained in:
Peter Howkins
2012-04-02 15:18:51 +01:00
parent 24d74bceee
commit 7e9a7df246

View File

@@ -77,6 +77,7 @@
#include "UIComponent.h"
#include <sys/types.h>
#include <unistd.h>
#include "MainWindow.h"
class Application : public UIComponent {