From bf330f18704bfb45e8e022685f922b81a8e869e7 Mon Sep 17 00:00:00 2001 From: James Crook Date: Mon, 21 Nov 2016 16:51:32 +0000 Subject: [PATCH] Add missing include to Theme.cpp --- src/Theme.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Theme.cpp b/src/Theme.cpp index 196304701..697a4a251 100644 --- a/src/Theme.cpp +++ b/src/Theme.cpp @@ -72,6 +72,7 @@ and use it for toolbar and window layouts too. #include "AllThemeResources.h" // can remove this later, only needed for 'XPMS_RETIRED'. #include "FileNames.h" #include "Prefs.h" +#include "AColor.h" #include