diff --git a/src/qt/dc.cpp b/src/qt/dc.cpp index 5f1324abe9..e304b54c37 100644 --- a/src/qt/dc.cpp +++ b/src/qt/dc.cpp @@ -15,6 +15,7 @@ #include #include #include +#include #ifndef WX_PRECOMP #include "wx/icon.h" diff --git a/src/qt/graphics.cpp b/src/qt/graphics.cpp index 9e0614807d..1c4d654acc 100644 --- a/src/qt/graphics.cpp +++ b/src/qt/graphics.cpp @@ -19,6 +19,7 @@ #include #include #include +#include #include #ifndef WX_PRECOMP