Skip to content

Commit

Permalink
fix(build): Ensure STL array header is included.
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Nana <[email protected]>
  • Loading branch information
na2axl committed Aug 25, 2024
1 parent aba5c97 commit f3a625d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/SparkyStudios/Audio/Amplitude/Core/Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
// Standard Library

#include <algorithm>
#include <array>
#include <atomic>
#include <cmath>
#include <cstdlib>
Expand Down

0 comments on commit f3a625d

Please sign in to comment.