From 0b9e394dc42df377cb7843b31de143ca49fa51af Mon Sep 17 00:00:00 2001
From: scatterflower <marisaposs@gameboyprinter.moe>
Date: Tue, 6 Oct 2020 14:09:20 -0500
Subject: [PATCH] i do not know what less than means

---
 include/aoclient.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/aoclient.h b/include/aoclient.h
index 457e831..f693943 100644
--- a/include/aoclient.h
+++ b/include/aoclient.h
@@ -29,7 +29,7 @@
 #include <QTcpSocket>
 #include <QDateTime>
 #include <QtGlobal>
-#if QT_VERSION < QT_VERSION_CHECK(5, 10, 0)
+#if QT_VERSION > QT_VERSION_CHECK(5, 10, 0)
 #include <QRandomGenerator>
 #endif