Skip to content

Commit

Permalink
Add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Segfault1602 committed Dec 8, 2023
1 parent cf20d12 commit ca7eb77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/perf/basicosc_perf.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "doctest.h"
#include "nanobench.h"
#include <chrono>
#include <memory>

#include "basic_oscillators.h"

Expand Down
1 change: 1 addition & 0 deletions tests/perf/phaseshaper_perf.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "doctest.h"
#include "nanobench.h"
#include <chrono>
#include <memory>

#include "phaseshapers.h"

Expand Down

0 comments on commit ca7eb77

Please sign in to comment.