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 /fastled_progmem.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 'fastled_progmem.h')
-rw-r--r--fastled_progmem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fastled_progmem.h b/fastled_progmem.h
index f7cedc02..342fe6eb 100644
--- a/fastled_progmem.h
+++ b/fastled_progmem.h
@@ -1,6 +1,8 @@
#ifndef __INC_FL_PROGMEM_H
#define __INC_FL_PROGMEM_H
+#include "FastLED.h"
+
///@file fastled_progmem.h
/// wrapper definitions to allow seamless use of PROGMEM in environmens that have it