11 lines
385 B
Diff
11 lines
385 B
Diff
--- audacity-3.0.2/include/audacity/Types.h.orig 2021-07-10 17:02:26.434549605 +0200
|
|
+++ audacity-3.0.2/include/audacity/Types.h 2021-07-10 17:02:44.820883759 +0200
|
|
@@ -46,6 +46,7 @@
|
|
#include <functional>
|
|
#include <type_traits>
|
|
#include <vector>
|
|
+#include <limits>
|
|
#include <wx/debug.h> // for wxASSERT
|
|
#include <wx/string.h> // type used in inline function and member variable
|
|
|