From 6416198e9f57e4ea59a9bdc4deb2856c562681e6 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 21 Dec 2013 18:28:06 +0100 Subject: event/PollGroupPoll: include stddef.h instead of string.h --- src/event/PollGroupPoll.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/event/PollGroupPoll.hxx') diff --git a/src/event/PollGroupPoll.hxx b/src/event/PollGroupPoll.hxx index e8850ebb5..6c69787ac 100644 --- a/src/event/PollGroupPoll.hxx +++ b/src/event/PollGroupPoll.hxx @@ -23,9 +23,10 @@ #include "check.h" #include "PollResultGeneric.hxx" -#include // for size_t #include #include + +#include #include class PollGroupPoll -- cgit v1.2.3