Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Garcia <danielgarcia@gmail.com>2015-12-26 21:28:33 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2015-12-26 21:28:33 +0300
commit39b75cc0d01d94503b200f520bf8af12860a2606 (patch)
treeba7d0a162cbdedbcd3fb05b0cfa80fcfd51fa5d3 /pixeltypes.h
parentfc0d6b8a81ee77c59a2ce8c0b7c9af9f8dd0ca44 (diff)
Arduion 1.6.6 and later, when you Include a library from the Sketch menu, will include _every_ header file - instead of just the library's main header file. Guard against that particular [REDACTED].
Diffstat (limited to 'pixeltypes.h')
-rw-r--r--pixeltypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pixeltypes.h b/pixeltypes.h
index 8ff9120b..89225ae1 100644
--- a/pixeltypes.h
+++ b/pixeltypes.h
@@ -1,6 +1,8 @@
#ifndef __INC_PIXELS_H
#define __INC_PIXELS_H
+#include "FastLED.h"
+
#include <stdint.h>
#include "lib8tion.h"
#include "color.h"