Skip to content

Commit

Permalink
Fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
sakertooth committed Jul 3, 2024
1 parent 8e40921 commit 810f0c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions include/SampleFrame.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@

#include "lmms_basics.h"

#include <algorithm>
#include <array>
#include <cmath>


namespace lmms
Expand Down
3 changes: 0 additions & 3 deletions include/lmms_basics.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@
#include "lmmsconfig.h"

#include <cstdint>
#include <array>

#include <cmath>
#include <algorithm>


namespace lmms
Expand Down
2 changes: 2 additions & 0 deletions plugins/ZynAddSubFx/LocalZynAddSubFx.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
#ifndef LOCAL_ZYNADDSUBFX_H
#define LOCAL_ZYNADDSUBFX_H

#include <array>

#include "Note.h"

class Master;
Expand Down

0 comments on commit 810f0c7

Please sign in to comment.