void-packages/srcpkgs/edb-debugger/patches/include-limits.patch

11 lines
302 B
Diff

--- include/ByteShiftArray.h.orig 2019-08-16 23:27:51.186731499 +0200
+++ include/ByteShiftArray.h 2019-08-16 23:28:15.909729902 +0200
@@ -22,6 +22,7 @@
#include "API.h"
#include <QVector>
#include <cstddef>
+#include <limits.h>
class EDB_EXPORT ByteShiftArray {
Q_DISABLE_COPY(ByteShiftArray)