aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-07-19 14:15:31 +0200
committerMacroFake <falke.marco@gmail.com>2022-07-19 14:12:33 +0200
commitfa77fdd0475fa15a1a3641c5d5a2bf7ad095aa84 (patch)
treeb8fbfdff54f7175f8ae0d342d6a7186bbac10c32 /src/qt
parentfa869ce2c2b906d8b087c4e7a5f1804a74b1c522 (diff)
downloadbitcoin-fa77fdd0475fa15a1a3641c5d5a2bf7ad095aa84.tar.xz
Add missing includes
They are needed, otherwise the next commit will not compile
Diffstat (limited to 'src/qt')
-rw-r--r--src/qt/optionsdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/optionsdialog.cpp b/src/qt/optionsdialog.cpp
index 42c8b07763..2b6711ca40 100644
--- a/src/qt/optionsdialog.cpp
+++ b/src/qt/optionsdialog.cpp
@@ -19,6 +19,7 @@
#include <validation.h> // for DEFAULT_SCRIPTCHECK_THREADS and MAX_SCRIPTCHECK_THREADS
#include <netbase.h>
#include <txdb.h> // for -dbcache defaults
+#include <util/system.h>
#include <chrono>