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 /power_mgt.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 'power_mgt.h')
-rw-r--r--power_mgt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/power_mgt.h b/power_mgt.h
index 9ff6f208..5d0ec61c 100644
--- a/power_mgt.h
+++ b/power_mgt.h
@@ -1,6 +1,8 @@
#ifndef POWER_MGT_H
#define POWER_MGT_H
+#include "FastLED.h"
+
#include "pixeltypes.h"
FASTLED_NAMESPACE_BEGIN