initial import
This commit is contained in:
37
patches/0004-algorithm-provides-std-find.patch
Normal file
37
patches/0004-algorithm-provides-std-find.patch
Normal file
@@ -0,0 +1,37 @@
|
||||
From 3708bd16802589ba6c536f797ad076dfbaea341b Mon Sep 17 00:00:00 2001
|
||||
From: Peter Ross <pross@xvid.org>
|
||||
Date: Wed, 16 Dec 2020 15:15:40 +1100
|
||||
Subject: [PATCH 04/23] algorithm provides std::find
|
||||
|
||||
---
|
||||
src/Skybolt/SkyboltCommon/Listenable.h | 1 +
|
||||
src/Skybolt/SkyboltCommon/TypedItemContainer.h | 1 +
|
||||
2 files changed, 2 insertions(+)
|
||||
|
||||
diff --git a/src/Skybolt/SkyboltCommon/Listenable.h b/src/Skybolt/SkyboltCommon/Listenable.h
|
||||
index 5270bcb..38332a6 100644
|
||||
--- a/src/Skybolt/SkyboltCommon/Listenable.h
|
||||
+++ b/src/Skybolt/SkyboltCommon/Listenable.h
|
||||
@@ -7,6 +7,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
+#include <algorithm>
|
||||
|
||||
namespace skybolt
|
||||
{
|
||||
diff --git a/src/Skybolt/SkyboltCommon/TypedItemContainer.h b/src/Skybolt/SkyboltCommon/TypedItemContainer.h
|
||||
index 8f5a772..27d2e5f 100644
|
||||
--- a/src/Skybolt/SkyboltCommon/TypedItemContainer.h
|
||||
+++ b/src/Skybolt/SkyboltCommon/TypedItemContainer.h
|
||||
@@ -11,6 +11,7 @@
|
||||
#include <memory>
|
||||
#include <typeindex>
|
||||
#include <vector>
|
||||
+#include <algorithm>
|
||||
|
||||
namespace skybolt {
|
||||
|
||||
--
|
||||
2.29.2
|
||||
|
||||
Reference in New Issue
Block a user