Skip to content

Commit

Permalink
include <vector>
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Mar 31, 2023
1 parent 0495f57 commit 10b6cd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion YX5300_AudioPlayer/YX5300_AudioPlayer.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (c) 2020-2021, Collab
/* Copyright (c) 2020-2023, Collab
* All rights reserved
*/
/*
Expand Down
3 changes: 2 additions & 1 deletion YX5300_AudioPlayer/YX5300_AudioPlayer.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (c) 2020-2021, Collab
/* Copyright (c) 2020-2023, Collab
* All rights reserved
*/
/*
Expand All @@ -11,6 +11,7 @@
#include <Method.h>
#include <MD_YX5300.h>
#include <ArduinoLog.h>
#include <vector>

#if defined(__AVR__) || defined(ESP8266)
#include <SoftwareSerial.h>
Expand Down

0 comments on commit 10b6cd6

Please sign in to comment.