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:
parent
24d74bceee
commit
7e9a7df246
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@
|
||||||
#include "UIComponent.h"
|
#include "UIComponent.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include "MainWindow.h"
|
||||||
|
|
||||||
class Application : public UIComponent {
|
class Application : public UIComponent {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue