From 99dde24c8669f32ab9aa3d663e754b56e66e8b48 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Sat, 28 Jan 2017 22:32:12 -0500 Subject: [PATCH] HaikuDepot: Fix gcc5 build. --- src/apps/haikudepot/model/LocalIconStore.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/haikudepot/model/LocalIconStore.cpp b/src/apps/haikudepot/model/LocalIconStore.cpp index bf604d98f4..a74c6b59be 100644 --- a/src/apps/haikudepot/model/LocalIconStore.cpp +++ b/src/apps/haikudepot/model/LocalIconStore.cpp @@ -5,6 +5,8 @@ #include "LocalIconStore.h" +#include + #include #include