summaryrefslogtreecommitdiff
path: root/src/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/clock.h')
-rw-r--r--src/clock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clock.h b/src/clock.h
index d875d3d8..50264dc6 100644
--- a/src/clock.h
+++ b/src/clock.h
@@ -25,9 +25,9 @@
#ifdef ENABLE_CLOCK
+#include "curses/window.h"
#include "interfaces.h"
#include "screen.h"
-#include "window.h"
struct Clock: Screen<NC::Window>, Tabbable
{