aboutsummaryrefslogtreecommitdiff
path: root/src/qt/peertablemodel.cpp
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2016-12-01 15:45:50 -0800
committerMatt Corallo <git@bluematt.me>2016-12-02 09:42:51 -0800
commite736772c56a883e2649cc8534dd7857a0718ec56 (patch)
treecc9bb582a17276d748be7d60d51dccff33d167ea /src/qt/peertablemodel.cpp
parent87c35f584397e2309970afdcca8e03731a86639e (diff)
downloadbitcoin-e736772c56a883e2649cc8534dd7857a0718ec56.tar.xz
Move network-msg-processing code out of main to its own file
Diffstat (limited to 'src/qt/peertablemodel.cpp')
-rw-r--r--src/qt/peertablemodel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/peertablemodel.cpp b/src/qt/peertablemodel.cpp
index c0b4900285..4f8affa6e6 100644
--- a/src/qt/peertablemodel.cpp
+++ b/src/qt/peertablemodel.cpp
@@ -8,6 +8,7 @@
#include "guiconstants.h"
#include "guiutil.h"
+#include "main.h" // for cs_main
#include "sync.h"
#include <QDebug>