Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
338B

  1. diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h
  2. index 35c35ac6..38c08ccb 100644
  3. --- a/src/corelib/global/qglobal.h
  4. +++ b/src/corelib/global/qglobal.h
  5. @@ -45,6 +45,7 @@
  6. # include <type_traits>
  7. # include <cstddef>
  8. # include <utility>
  9. +# include <limits>
  10. #endif
  11. #ifndef __ASSEMBLER__
  12. # include <assert.h>