Browse Source

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
0.10
Jeff Garzik 10 years ago
parent
commit
11a899445e
Failed to extract signature
  1. 1
      src/qt/splashscreen.cpp

1
src/qt/splashscreen.cpp

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

Loading…
Cancel
Save