Added the Arduino.h include

This commit is contained in:
Th3maz1ng 2020-07-17 12:24:00 +02:00
parent abed6ebd9b
commit c3812a8a26

View File

@ -1,5 +1,6 @@
#ifndef QUEUE_H
#define QUEUE_H
#include <Arduino.h>
template <typename T>
class Queue