summaryrefslogtreecommitdiffstats
path: root/ingen/ColorContext.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/ColorContext.hpp')
-rw-r--r--ingen/ColorContext.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/ingen/ColorContext.hpp b/ingen/ColorContext.hpp
index 46e291a3..aadb2980 100644
--- a/ingen/ColorContext.hpp
+++ b/ingen/ColorContext.hpp
@@ -17,11 +17,13 @@
#ifndef INGEN_COLORCONTEXT_HPP
#define INGEN_COLORCONTEXT_HPP
+#include "ingen/ingen.h"
+
#include <cstdio>
namespace ingen {
-class ColorContext {
+class INGEN_API ColorContext {
public:
enum class Color { RED = 31, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE };