From 95c6a506e14cf248e2a3cae2ed3f41ed1eedf278 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Thu, 23 Nov 2023 09:53:38 +0100 Subject: [PATCH 2/2] app: Add missing #include . To: Patrick Lühne Cc: Martin Gebser --- 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 // std::cout, std::endl #include #include -- 2.41.0 ct name='h' onchange='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-23gnu: Python: Consolidate test patches....While at it, adjust patches for -p1 patch flag. * gnu/packages/patches/python-fix-tests.patch: Delete file. Move contents ... * gnu/packages/patches/python-3-fix-tests.patch: ... here. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python.scm (python-3.7)[source](patches): Remove obsolete. [source](patch-flags): Remove. * gnu/packages/patches/python-3-deterministic-build-info.patch, gnu/packages/patches/python-3-search-paths.patch: Adjust for `patch -p1`. Marius Bakke