initial import
This commit is contained in:
20
pioneer/fix-build.patch
Normal file
20
pioneer/fix-build.patch
Normal file
@@ -0,0 +1,20 @@
|
||||
--- a/src/Aabb.h 2024-02-03 06:06:54.000000000 +0100
|
||||
+++ b/src/Aabb.h 2024-02-04 19:26:31.960033267 +0100
|
||||
@@ -4,6 +4,7 @@
|
||||
#ifndef _AABB_H
|
||||
#define _AABB_H
|
||||
|
||||
+#include "libs.h"
|
||||
#include "vector3.h"
|
||||
|
||||
#include <algorithm> // for std::min / std::max
|
||||
--- a/src/GeoPatch.h 2024-02-03 06:06:54.000000000 +0100
|
||||
+++ b/src/GeoPatch.h 2024-02-04 19:27:21.310033422 +0100
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
#include <SDL_stdinc.h>
|
||||
|
||||
+#include "libs.h"
|
||||
#include "Color.h"
|
||||
#include "GeoPatchID.h"
|
||||
#include "JobQueue.h"
|
||||
Reference in New Issue
Block a user