From 2ae82f9fb5b62f84ba672c77337f63283536abe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Fri, 13 Dec 2013 21:43:02 +0100 Subject: [PATCH] List.h: Missing include (when used with POD == true) --- src/apps/haiku-depot/List.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/haiku-depot/List.h b/src/apps/haiku-depot/List.h index 03d1a96edf..68ee613b88 100644 --- a/src/apps/haiku-depot/List.h +++ b/src/apps/haiku-depot/List.h @@ -8,6 +8,7 @@ #include #include +#include #include