summaryrefslogtreecommitdiff
path: root/src/lightctx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lightctx.h')
-rw-r--r--src/lightctx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lightctx.h b/src/lightctx.h
index 3017a5e..fb0ec1a 100644
--- a/src/lightctx.h
+++ b/src/lightctx.h
@@ -1,7 +1,7 @@
/*
* nanolight.h
*
- * Copyright © 2019 Thomas White <taw@bitwiz.me.uk>
+ * Copyright © 2019-2020 Thomas White <taw@bitwiz.me.uk>
*
* This file is part of NanoLight.
*
@@ -25,6 +25,8 @@
#include <gtk/gtk.h>
+#include "scheme.h"
+
/* Fixture attributes */
#define INTENSITY (1<<0)
#define COLOUR (1<<1)