summaryrefslogtreecommitdiff
path: root/src/colour.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/colour.h')
-rw-r--r--src/colour.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/colour.h b/src/colour.h
index d6ca267..4989277 100644
--- a/src/colour.h
+++ b/src/colour.h
@@ -17,6 +17,9 @@
*/
+#ifndef LIBSUB_COLOUR_H
+#define LIBSUB_COLOUR_H
+
#include <string>
namespace sub {
@@ -50,3 +53,5 @@ bool
operator== (Colour const & a, Colour const & b);
}
+
+#endif