Skip to content

Commit

Permalink
fixing a compilation error in the CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmm committed Mar 9, 2024
1 parent 5ca8dc7 commit ec4a8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/convolver_menu_combine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
#include <string>
#include <thread>
#include <vector>
#include "/home/wallace/myfiles/code/cpp/easyeffects/include/util.hpp"
#include "convolver_ui_common.hpp"
#include "resampler.hpp"
#include "tags_app.hpp"
#include "tags_resources.hpp"
#include "ui_helpers.hpp"
#include "util.hpp"

namespace ui::convolver_menu_combine {

Expand Down

0 comments on commit ec4a8b0

Please sign in to comment.