From 11a899445edf3e07317eb312d3c1d9c71c06f618 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Wed, 27 Aug 2014 22:39:01 -0400 Subject: qt/splashscreen: #include version.h Needed to build breakage reported by Arnavion on IRC: qt/splashscreen.cpp: In constructor 'SplashScreen::SplashScreen(const QPixmap&, Qt::WindowFlags, bool)': qt/splashscreen.cpp:33:98: error: 'FormatFullVersion' was not declared in this scope --- src/qt/splashscreen.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qt/splashscreen.cpp b/src/qt/splashscreen.cpp index 1162e2d87f..5dd110b36a 100644 --- a/src/qt/splashscreen.cpp +++ b/src/qt/splashscreen.cpp @@ -4,6 +4,7 @@ #include "splashscreen.h" +#include "version.h" #include "clientversion.h" #include "init.h" #include "ui_interface.h" -- cgit v1.2.3