From e7a99edf615afc03d1d2bc202f7cf01b07823ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bot=C3=B6?= Date: Tue, 22 Mar 2016 12:40:33 +0100 Subject: [PATCH] LTMWindow: Fix missing include when building NOWEBKIT without GC_HAS_CLOUD_DB --- src/Charts/LTMWindow.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Charts/LTMWindow.cpp b/src/Charts/LTMWindow.cpp index 5d51f47fd..d224c2182 100644 --- a/src/Charts/LTMWindow.cpp +++ b/src/Charts/LTMWindow.cpp @@ -38,6 +38,10 @@ #include "GcUpgrade.h" #endif +#ifdef NOWEBKIT +#include +#endif + #include #include #include