Skip to content

Commit

Permalink
Add missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
Segfault1602 committed Dec 8, 2023
1 parent d2cd70a commit cf20d12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion include/phaseshapers.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
// Alex St-Onge
// =============================================================================
#pragma once
#include <stdint.h>
#include <cstddef>
#include <cstdint>

#include "dsp_utils.h"

Expand Down
2 changes: 0 additions & 2 deletions src/basic_oscillators.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
#include "dsp_utils.h"
#include "sin_table.h"

#include <immintrin.h>

#define MOD1(x) (x - std::floor(x))

namespace
Expand Down

0 comments on commit cf20d12

Please sign in to comment.