Skip to content

Commit dcfd890

Browse files
fixed compilation error
1 parent 1e9e67e commit dcfd890

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/RGBColor.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
// along with Shift Register LED Matrix Project. If not, see <http://www.gnu.org/licenses/>.
1818
#ifndef __RGBCOLOR_H__
1919
#define __RGBCOLOR_H__
20+
#include <Arduino.h>
2021

2122
#ifndef TWELVE_BIT_COLOR
2223
#define TWELVE_BIT_COLOR (defined(__arm__) && defined(TEENSYDUINO))||defined(__AVR_ATmega2560__)||defined ( ESP8266 )

0 commit comments

Comments
 (0)