Skip to content

Commit

Permalink
Add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
RedBrumbler committed Jan 25, 2024
1 parent 91160fb commit 4a4906d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shared/Data/Song.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
#include "SongDifficulty.hpp"
#include "RankedStatus.hpp"
#include "RankedStates.hpp"

#include <chrono>
#include <functional>
#include <string>
#include <vector>
#include <cmath>
Expand Down

0 comments on commit 4a4906d

Please sign in to comment.