Skip to content

Commit

Permalink
Fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
sakertooth committed Jul 2, 2024
1 parent 83c6714 commit 83a75fe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion include/BufferManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
#ifndef LMMS_BUFFER_MANAGER_H
#define LMMS_BUFFER_MANAGER_H

#include <cstddef>
#include "lmms_export.h"
#include "lmms_basics.h"

namespace lmms
{
Expand Down
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>
#include <cstddef>


Expand Down
1 change: 1 addition & 0 deletions include/TimePos.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#ifndef LMMS_TIME_POS_H
#define LMMS_TIME_POS_H

#include <cstddef>
#include "lmms_export.h"
#include "lmms_basics.h"

Expand Down
4 changes: 0 additions & 4 deletions include/lmms_basics.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,12 @@
#ifndef LMMS_TYPES_H
#define LMMS_TYPES_H

#include <cstddef>
#include <limits>

#include "lmmsconfig.h"

#include <cstdint>
#include <array>

#include <cmath>
#include <algorithm>


namespace lmms
Expand Down
1 change: 1 addition & 0 deletions plugins/ZynAddSubFx/LocalZynAddSubFx.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#define LOCAL_ZYNADDSUBFX_H

#include "Note.h"
#include <array>

class Master;
class NulEngine;
Expand Down

0 comments on commit 83a75fe

Please sign in to comment.