1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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 {