summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
Diffstat (limited to 'patch/include.h')
-rw-r--r--patch/include.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h
index 295ee77..17d6c9e 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -10,6 +10,10 @@
#include "autostart.h"
#endif
+#if CYCLELAYOUTS_PATCH
+#include "cyclelayouts.h"
+#endif // CYCLELAYOUTS_PATCH
+
#if SYSTRAY_PATCH
#include "systray.h"
#endif