Skip to content

Instantly share code, notes, and snippets.

@stoffu
Created February 15, 2022 13:57
Show Gist options
  • Save stoffu/ad03a1cf31da65f513ebe4d83e41606d to your computer and use it in GitHub Desktop.
Save stoffu/ad03a1cf31da65f513ebe4d83e41606d to your computer and use it in GitHub Desktop.
--- qfloat16.h 2020-03-27 18:49:31.000000000 +0900
+++ qfloat16_fixed.h 2022-02-15 22:56:14.000000000 +0900
@@ -41,6 +41,8 @@
#ifndef QFLOAT16_H
#define QFLOAT16_H
+#include <limits>
+
#include <QtCore/qglobal.h>
#include <QtCore/qmetatype.h>
#include <string.h>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment