blob: a03e9eabd13f535a67fa6e8e5a6d9b3ebd09bf9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
https://bugs.gentoo.org/show_bug.cgi?id=363017
--- a/libicq2000/libicq2000/sigslot.h
+++ b/libicq2000/libicq2000/sigslot.h
@@ -82,6 +82,7 @@
#ifndef SIGSLOT_H__
#define SIGSLOT_H__
+#include <cstddef>
#include <set>
#include <list>
|