summarylogtreecommitdiffstats
path: root/gcc10.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gcc10.patch')
-rw-r--r--gcc10.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/gcc10.patch b/gcc10.patch
deleted file mode 100644
index 80a9c36dbcc8..000000000000
--- a/gcc10.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 510d932c755654a21b15868a59bb6cb0b3c0b8e2 Mon Sep 17 00:00:00 2001
-From: bartus <szczepaniak.bartek+github@gmail.com>
-Date: Sun, 7 Jun 2020 23:59:06 +0200
-Subject: [PATCH] Fix gcc10 build.
-
----
- .../ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.h b/src/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.h
-index 129c80d8b..4487efee5 100644
---- a/src/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.h
-+++ b/src/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.h
-@@ -1,6 +1,7 @@
- #pragma once
-
- #include <QMutex>
-+#include <climits>
- #include <QWaitCondition>
-
- namespace SyntopiaCore {
---
-2.27.0
-