mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-strategy/0ad: Added missing header includes
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -57,6 +57,7 @@ pkg_setup() {
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-0.0.21_alpha-gentoo.patch
|
||||
"${FILESDIR}"/${PN}-0.0.23b-header_includes_fix.patch
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
--- 0ad-0.0.23b-alpha/source/ps/CLogger.h
|
||||
+++ 0ad-0.0.23b-alpha/source/ps/CLogger.h
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <string>
|
||||
#include <set>
|
||||
#include <sstream>
|
||||
+#include <deque>
|
||||
|
||||
#include "ps/ThreadUtil.h"
|
||||
#include "third_party/cppformat/format.h"
|
||||
--- 0ad-0.0.23b-alpha/source/ps/Profiler2GPU.cpp
|
||||
+++ 0ad-0.0.23b-alpha/source/ps/Profiler2GPU.cpp
|
||||
@@ -22,6 +22,7 @@
|
||||
|
||||
#include "precompiled.h"
|
||||
|
||||
+#include <stack>
|
||||
#include "Profiler2GPU.h"
|
||||
|
||||
#include "lib/ogl.h"
|
||||
Reference in New Issue
Block a user