Description: Fix FTBFS in cwidget as well as in aptitude due to missing #include Author: Paul Wise Reviewed-By: Axel Beckert Bug-Debian: https://bugs.debian.org/1015925 Bug: https://bugs.debian.org/1015925 --- a/src/cwidget/generic/threads/threads.h +++ b/src/cwidget/generic/threads/threads.h @@ -26,6 +26,7 @@ #define THREADS_H #include +#include #include namespace cwidget