1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-03 15:43:50 +01:00

Add #include needed to build on Fedora 34, recommended by Be-ing

This commit is contained in:
Paul Licameli
2021-05-14 16:22:28 -04:00
parent a32b243480
commit 7771760b5e

View File

@@ -44,6 +44,7 @@
#include <algorithm>
#include <functional>
#include <limits>
#include <type_traits>
#include <vector>
#include <wx/debug.h> // for wxASSERT