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 3618492..af229ea 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -62,6 +62,10 @@
#include "deck.h"
#endif
+#if FIBONACCI_DWINDLE_LAYOUT || FIBONACCI_SPIRAL_LAYOUT
+#include "fibonacci.h"
+#endif
+
#if MONOCLE_LAYOUT
#include "monocle.h"
#endif