initial import
This commit is contained in:
24
patches/0011-boost-function.hpp-provides-std-function.patch
Normal file
24
patches/0011-boost-function.hpp-provides-std-function.patch
Normal file
@@ -0,0 +1,24 @@
|
||||
From 50407396fb6aeec1fbd95be4e6486819cafbd8d7 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Ross <pross@xvid.org>
|
||||
Date: Wed, 16 Dec 2020 15:15:40 +1100
|
||||
Subject: [PATCH 11/23] boost/function.hpp provides std::function
|
||||
|
||||
---
|
||||
src/Skybolt/SkyboltEngine/Plugin/PluginHelpers.h | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/Skybolt/SkyboltEngine/Plugin/PluginHelpers.h b/src/Skybolt/SkyboltEngine/Plugin/PluginHelpers.h
|
||||
index 99b6aa5..966f094 100644
|
||||
--- a/src/Skybolt/SkyboltEngine/Plugin/PluginHelpers.h
|
||||
+++ b/src/Skybolt/SkyboltEngine/Plugin/PluginHelpers.h
|
||||
@@ -10,6 +10,7 @@
|
||||
#include <boost/dll/import.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/log/trivial.hpp>
|
||||
+#include <boost/function.hpp>
|
||||
|
||||
namespace skybolt {
|
||||
|
||||
--
|
||||
2.29.2
|
||||
|
||||
Reference in New Issue
Block a user