summaryrefslogtreecommitdiff
path: root/src/nanovg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nanovg.cpp')
-rw-r--r--src/nanovg.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nanovg.cpp b/src/nanovg.cpp
index 22d8621..b7b426f 100644
--- a/src/nanovg.cpp
+++ b/src/nanovg.cpp
@@ -1,3 +1,7 @@
+#if SPECIAL
+#include "main.h"
+#endif
+
// nanovg code adapted by me for my data structures, I'm primarily using the
// functions related to shape/path triangulation.