[Spice-devel] [PATCH 01/17] Add missing <string> header
Christophe de Dinechin
christophe.de.dinechin at gmail.com
Tue Feb 20 11:07:59 UTC 2018
> On Feb 20, 2018, at 12:05 PM, Frediano Ziglio <fziglio at redhat.com> wrote:
>
>> On Fri, 2018-02-16 at 17:15 +0100, Christophe de Dinechin wrote:
>>> From: Christophe de Dinechin <dinechin at redhat.com>
>>>
>>> Signed-off-by: Christophe de Dinechin <dinechin at redhat.com>
>>> ---
>>> src/concrete-agent.cpp | 1 +
>>> 1 file changed, 1 insertion(+)
>>>
>>> diff --git a/src/concrete-agent.cpp b/src/concrete-agent.cpp
>>> index 891c09b..ac37788 100644
>>> --- a/src/concrete-agent.cpp
>>> +++ b/src/concrete-agent.cpp
>>> @@ -9,6 +9,7 @@
>>> #include <syslog.h>
>>> #include <glob.h>
>>> #include <dlfcn.h>
>>> +#include <string>
>>>
>>> #include "concrete-agent.hpp"
>>> #include "static-plugin.hpp"
>>
>> Acked-by: Lukáš Hrázký <lhrazky at redhat.com>
>
> Hi,
> question for the author, can this patch or others be
> merged separately?
Yes, why not?
(I don’t know if you are suggesting that I could / should have submitted that as separate patches?)
>
> Frediano
More information about the Spice-devel
mailing list