summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
Diffstat (limited to 'patch/include.h')
-rw-r--r--patch/include.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h
index 280b27a..596f303 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -58,6 +58,14 @@
#include "bstackhoriz.h"
#endif
+#if CENTEREDMASTER_LAYOUT
+#include "centeredmaster.h"
+#endif
+
+#if CENTEREDFLOATINGMASTER_LAYOUT
+#include "centeredfloatingmaster.h"
+#endif
+
#if DECK_LAYOUT
#include "deck.h"
#endif