Skip to content

Commit

Permalink
fix missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Oct 3, 2024
1 parent 4484cd1 commit 4e0b8dd
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/dpp/isa/avx.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <immintrin.h>
#include <numeric>
#include <cstdint>
#include <limits>

namespace dpp {

Expand Down
1 change: 1 addition & 0 deletions include/dpp/isa/avx2.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <immintrin.h>
#include <numeric>
#include <cstdint>
#include <limits>

namespace dpp {

Expand Down
1 change: 1 addition & 0 deletions include/dpp/isa/avx512.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <immintrin.h>
#include <numeric>
#include <cstdint>
#include <limits>

namespace dpp {

Expand Down
1 change: 1 addition & 0 deletions include/dpp/isa/fallback.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include <numeric>
#include <cstdint>
#include <limits>

namespace dpp {

Expand Down
1 change: 1 addition & 0 deletions include/dpp/isa/neon.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <arm_neon.h>
#include <numeric>
#include <cstdint>
#include <limits>

namespace dpp {

Expand Down
2 changes: 2 additions & 0 deletions src/dpp/voice/enabled/enabled.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
#include <functional>
#include <chrono>
#include <iostream>
#include <iomanip>
#include <set>
#include <sstream>
#include <dpp/discordvoiceclient.h>
#include <sodium.h>
#include <opus/opus.h>
Expand Down

0 comments on commit 4e0b8dd

Please sign in to comment.