Skip to content

Commit 10b6cd6

Browse files
include <vector>
1 parent 0495f57 commit 10b6cd6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

YX5300_AudioPlayer/YX5300_AudioPlayer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2020-2021, Collab
1+
/* Copyright (c) 2020-2023, Collab
22
* All rights reserved
33
*/
44
/*

YX5300_AudioPlayer/YX5300_AudioPlayer.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2020-2021, Collab
1+
/* Copyright (c) 2020-2023, Collab
22
* All rights reserved
33
*/
44
/*
@@ -11,6 +11,7 @@
1111
#include <Method.h>
1212
#include <MD_YX5300.h>
1313
#include <ArduinoLog.h>
14+
#include <vector>
1415

1516
#if defined(__AVR__) || defined(ESP8266)
1617
#include <SoftwareSerial.h>

0 commit comments

Comments
 (0)