aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/qt/splashscreen.cpp1
-rw-r--r--src/sync.cpp3
2 files changed, 4 insertions, 0 deletions
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"
diff --git a/src/sync.cpp b/src/sync.cpp
index e624a9ee84..066c1ca744 100644
--- a/src/sync.cpp
+++ b/src/sync.cpp
@@ -5,8 +5,11 @@
#include "sync.h"
#include "util.h"
+#include "utilstrencodings.h"
#include <boost/foreach.hpp>
+#include <boost/thread.hpp>
+#include <stdio.h>
#ifdef DEBUG_LOCKCONTENTION
void PrintLockContention(const char* pszName, const char* pszFile, int nLine)