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
This commit is contained in:
Jeff Garzik 2014-08-27 22:39:01 -04:00
parent d2d6f708e4
commit 11a899445e
Failed to extract signature

View file

@ -4,6 +4,7 @@
#include "splashscreen.h"
#include "version.h"
#include "clientversion.h"
#include "init.h"
#include "ui_interface.h"