Skip to content

Commit 11a8994

Browse files
author
Jeff Garzik
committed
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
1 parent d2d6f70 commit 11a8994

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/splashscreen.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#include "splashscreen.h"
66

7+
#include "version.h"
78
#include "clientversion.h"
89
#include "init.h"
910
#include "ui_interface.h"

0 commit comments

Comments
 (0)