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 4e0b8dd commit 4d5507a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/dpp/voice/enabled/displayable_code.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
*
************************************************************************************/

#include <iostream>
#include <sstream>
#include <iomanip>
#include <cmath>
#include <dpp/exception.h>

Expand Down
2 changes: 0 additions & 2 deletions src/dpp/voice/enabled/enabled.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
#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 4d5507a

Please sign in to comment.