unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 9722e6fc039220f65807c6357d04d6c515738b10 760 bytes (raw)
name: packages/patches/plasp-include-iostream.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 
From 95c6a506e14cf248e2a3cae2ed3f41ed1eedf278 Mon Sep 17 00:00:00 2001
From: Liliana Marie Prikler <liliana.prikler@ist.tugraz.at>
Date: Thu, 23 Nov 2023 09:53:38 +0100
Subject: [PATCH 2/2] app: Add missing #include <iostream>.
To: Patrick Lühne <patrick-github@luehne.de>
Cc: Martin Gebser <martin.gebser@aau.at>

---
 app/include/plasp-app/Command.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/include/plasp-app/Command.h b/app/include/plasp-app/Command.h
index 5755ee3..671804b 100644
--- a/app/include/plasp-app/Command.h
+++ b/app/include/plasp-app/Command.h
@@ -1,6 +1,7 @@
 #ifndef __PLASP_APP__COMMAND_H
 #define __PLASP_APP__COMMAND_H
 
+#include <iostream> // std::cout, std::endl
 #include <tuple>
 
 #include <cxxopts.hpp>
-- 
2.41.0


debug log:

solving 9722e6fc039220f65807c6357d04d6c515738b10 ...
found 9722e6fc039220f65807c6357d04d6c515738b10 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).