From c3812a8a26e16551d372afe229abea6e428e2bc0 Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Fri, 17 Jul 2020 12:24:00 +0200 Subject: [PATCH] Added the Arduino.h include --- src/app/Queue.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/Queue.h b/src/app/Queue.h index 4fa62bd..04971b0 100644 --- a/src/app/Queue.h +++ b/src/app/Queue.h @@ -1,5 +1,6 @@ #ifndef QUEUE_H #define QUEUE_H +#include template class Queue