Skip to content

Commit

Permalink
Fix include <algorithm> in source/wvp.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Aug 28, 2024
1 parent 3be7105 commit a7dad93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/wvp.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "wvp.h"
#include "wvp_model.h"
#include <cmath>
#include <algorithm>
#include <filesystem>
#include <vamp-sdk/PluginAdapter.h>

Expand Down

0 comments on commit a7dad93

Please sign in to comment.