Skip to content

Instantly share code, notes, and snippets.

@stoffu
Created February 15, 2022 14:01
Show Gist options
  • Save stoffu/259f881ab5e9b45043ed7d5069e76920 to your computer and use it in GitHub Desktop.
Save stoffu/259f881ab5e9b45043ed7d5069e76920 to your computer and use it in GitHub Desktop.
--- qbytearraymatcher.h 2020-03-27 18:49:31.000000000 +0900
+++ qbytearraymatcher_fixed.h 2022-02-15 23:00:19.000000000 +0900
@@ -40,6 +40,8 @@
#ifndef QBYTEARRAYMATCHER_H
#define QBYTEARRAYMATCHER_H
+#include <limits>
+
#include <QtCore/qbytearray.h>
QT_BEGIN_NAMESPACE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment