From e0d459264fa9330eea99d33208fbddb8c8362be4 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Tue, 18 Jul 2017 15:11:18 +0200 Subject: Avoid redundant redeclaration of GetWarnings(const string&) std::string GetWarnings(const std::string& strFor) is declared in warnings.h and defined in warnings.cpp. --- src/qt/clientmodel.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qt/clientmodel.cpp') diff --git a/src/qt/clientmodel.cpp b/src/qt/clientmodel.cpp index 33f4535ee2..52ce11cefd 100644 --- a/src/qt/clientmodel.cpp +++ b/src/qt/clientmodel.cpp @@ -18,6 +18,7 @@ #include "txmempool.h" #include "ui_interface.h" #include "util.h" +#include "warnings.h" #include -- cgit v1.2.3