Add <array> header to BeginnerHelper to use std::array

This commit is contained in:
teejusb
2019-06-22 18:59:28 -07:00
parent aedcbb1b26
commit f8b559163f
+3
View File
@@ -8,6 +8,9 @@
#include "PlayerNumber.h"
#include "NoteData.h"
#include "ThemeMetric.h"
#include <array>
class Model;
/** @brief A dancing character that follows the steps of the Song. */
class BeginnerHelper : public ActorFrame